-- fix / redefine --dirty-pig - no shutdown flushes
-- fixed pcre reload init
-- refactored main init / reload code
+-- fixed cmake -ldl issue
127
-- REG_TEST out logging tcp options for rebuilt packets to match snort bug
${DNET_LIBRARIES}
${CLANG_CXX_LIBRARY}
${CMAKE_THREAD_LIBS_INIT} # GCC says we must link to the threads library
+ ${CMAKE_DL_LIBS}
CACHE INTERNAL "external libraries" FORCE
)
${STATIC_INSPECTOR_LIBRARIES}
${UNIT_TESTS_LIBRARIES}
${EXTERNAL_LIBRARIES}
- ${CMAKE_DL_LIBS}
)
add_subdirectory(actions)