Skip to content

Commit

Permalink
Fix library link order.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Jan 17, 2021
1 parent 647e104 commit 1cf2b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/modsecurity-ls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ add_library(mod_security SHARED

target_link_libraries(mod_security libmodsecurity.a
-nodefaultlibs libstdc++.a
pthread rt -llmdb -lxml2 -lcurl -lGeoIP -lcrypto -lssl -lz -lpcre -lyajl
pthread rt -llmdb -lxml2 -lcurl -lGeoIP -lssl -lcrypto -lz -lpcre -lyajl
${LIBSAN} crypt m gcc_eh c c_nonshared gcc)

set_target_properties(mod_security PROPERTIES PREFIX "")

0 comments on commit 1cf2b3b

Please sign in to comment.