orpiske opened a new pull request #2529: Refactor the native library build code URL: https://github.com/apache/activemq-artemis/pull/2529 This refactoring changes the native library build code to allow cross-compilation and brings the following changes: - Fix the link target to the one that was actually found by find_library - Replace add definitions with standard CMake C flags handling options. Among other things, this allow greater control over which compiler flags are used and makes it easier to turn on/off debug flags by manipulating the CMAKE_USER_C_FLAGS variable as documented in the README - Updates the CMake scripts to allow cross-compilation of the artemis native library into x86 32-bit code when building on a x86 64-bit system - Updates the library documentation - Defines C99 as the C standard in use so that the native library code can be compiled in older GCC versions - Renames the readme file so it can be better visualized on the web These are loosely related to the changes I did on #2523 to help @franz1981 cross-compile the code.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
