stephen-webb opened a new pull request #23: URL: https://github.com/apache/logging-log4cxx/pull/23
This PR implements the documented behavior of the cmake options APR_STATIC=yes, APU_STATIC=yes and BUILD_SHARED_LIBS=no for non-windows systems. Using the APR_STATIC=yes (not the default) and APU_STATIC=yes (not the default) and BUILD_SHARED_LIBS=yes (the default) builds log4cxx as a dynamically shared object (DSO) that includes APR and APR-Util in the DSO. Including APR and APR-Util in the log4cxx DSO (or including log4cxx in the application) simplifies application deployment. ---------------------------------------------------------------- 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]
