PCRE2 is now statically linked
Since the PCRE2 library was always going to be a part of MaxScale, there was no real reason to have it as a shared library apart from smaller binaries.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
add_library(utils skygw_utils.cc ../server/core/atomic.c)
|
||||
target_link_libraries(utils stdc++ ${PCRE2_LIBRARIES})
|
||||
target_link_libraries(utils stdc++)
|
||||
add_dependencies(utils pcre2)
|
||||
|
Reference in New Issue
Block a user