merlimat opened a new pull request #9749: URL: https://github.com/apache/pulsar/pull/9749
### Motivation After removing some of the Boost runtime libs, CMake is not passing anymore the `-pthread` flag when compiling and linking. While that's ok on most environments, it does break compilation in some cases. We need to make sure that `-phtread` is always passed, because Asio is using the pthread API directly (not through the c++-11 classes). ---------------------------------------------------------------- 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: [email protected]
