lhotari opened a new pull request, #17613: URL: https://github.com/apache/pulsar/pull/17613
### Motivation Master branch is broken at the moment. ``` ../lib/.libs/libcurl.so: undefined reference to `SSL_CTX_set_keylog_callback@OPENSSL_1_1_1' ../lib/.libs/libcurl.so: undefined reference to `SSL_CTX_set_ciphersuites@OPENSSL_1_1_1' collect2: error: ld returned 1 exit status make[2]: *** [curl] Error 1 Makefile:839: recipe for target 'curl' failed make[2]: Leaving directory '/curl-7.61.0/src' make[1]: *** [all-recursive] Error 1 Makefile:1878: recipe for target 'all-recursive' failed make[1]: Leaving directory '/curl-7.61.0/src' Makefile:927: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 ``` ### Modifications Fix the static compilation that intends to include a locally built version of openssl. The linking configuration was invalid. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please explain why) - [ ] `doc` (Your PR contains doc changes) - [ ] `doc-complete` (Docs have been already 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]
