You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/07 06:25:06 UTC

[GitHub] [pulsar] merlimat opened a new pull request #5581: Fixed static linking on C++ lib on MacOS

merlimat opened a new pull request #5581: Fixed static linking on C++ lib on MacOS
URL: https://github.com/apache/pulsar/pull/5581
 
 
   ### Motivation
   
   Static linking of C++ client lib on MacOS (which is used in building the Python wheel file) got broken in #4071. Making sure we link statically with all the libs minus `libz` and `libcurl`.

----------------------------------------------------------------
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


With regards,
Apache Git Services