You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/01/15 17:54:02 UTC

[GitHub] [trafficserver] maskit opened a new pull request #7430: Improve zlib detection logic

maskit opened a new pull request #7430:
URL: https://github.com/apache/trafficserver/pull/7430


   Current logic expects zlib is in /usr or /usr/local or a path manually specified, and it doesn't pass -lz to a linker if zlib is not in any of them.
   
   macOS doesn't have zlib (or libz) in /usr or /usr/local but in another place, and you don't have to explicitly specify the path because it's the standard path. In other words, just passing -lz to clang/gcc works without -I nor -L.
   
   New logic passes -lz if zlib is available without additional path information.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] maskit merged pull request #7430: Improve zlib detection logic

Posted by GitBox <gi...@apache.org>.
maskit merged pull request #7430:
URL: https://github.com/apache/trafficserver/pull/7430


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org