From 340ceae1047f5da6677b4f7c95a26879e9393bd1 Mon Sep 17 00:00:00 2001 From: Hofi Date: Tue, 25 Feb 2025 19:48:34 +0100 Subject: [PATCH] cmake: Add libunwind to syslog-ng lib Signed-off-by: Hofi --- lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ec639d45a..a105986cb 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -371,6 +371,7 @@ set(CORE_INCLUDE_DIRS ${JSONC_INCLUDE_DIR} ${LIBPCRE_INCLUDE_DIRS} ${Libsystemd_INCLUDE_DIRS} + ${LIBUNWIND_INCLUDE_DIRS} ) add_library(syslog-ng SHARED ${LIB_SOURCES}) @@ -399,6 +400,7 @@ target_link_libraries( ${JSONC_LIBRARY} ${LIBPCRE_LIBRARIES} ${Libsystemd_LIBRARIES} + ${LIBUNWIND_LIBRARIES} resolv libcap OpenSSL::SSL