jiridanek commented on a change in pull request #312: URL: https://github.com/apache/qpid-proton/pull/312#discussion_r632677600
########## File path: c/CMakeLists.txt ########## @@ -419,6 +419,8 @@ if (BUILD_STATIC_LIBS) add_library (qpid-proton-core-static STATIC ${qpid-proton-core-src}) target_compile_definitions(qpid-proton-core-static PUBLIC PROTON_DECLARE_STATIC) target_link_libraries (qpid-proton-core-static ${SSL_LIB} ${SASL_LIB} ${PLATFORM_LIBS}) + set_target_properties(qpid-proton-core-static PROPERTIES + POSITION_INDEPENDENT_CODE ON) Review comment: Otherwise I cant build libqpid-dispatch.so -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org