BewareMyPower opened a new pull request, #10:
URL: https://github.com/apache/pulsar-client-python/pull/10

   ### Motivation
   
   Currently when LINK_STATIC is ON, Python client will still find libpulsar.a, 
which doesn't include the 3rd party dependencies of C++ client. In this case, 
we have to find those libraries.
   
   A simple way is to link statically to libpulsarwithdeps.a, which already 
contains all the dependencies of C++ client.
   
   ### Modifications
   
   Find libpulsarwithdeps.a when LINK_STATIC is ON. For macOS, the statically 
linked libcurl depends on the Foundation and SystemConfiguration frameworks, so 
the related compile options are added.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to