From: Vsevolod Stakhov Date: Wed, 20 Nov 2013 15:45:00 +0000 (+0000) Subject: Glib linking is required as well. X-Git-Tag: 0.6.0~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c5bda0ed2981e45b6b96b62612ffb876ad094747;p=rspamd.git Glib linking is required as well. --- diff --git a/src/ucl/CMakeLists.txt b/src/ucl/CMakeLists.txt index 45c1815e7..cbceff4db 100644 --- a/src/ucl/CMakeLists.txt +++ b/src/ucl/CMakeLists.txt @@ -18,6 +18,7 @@ ENDIF(HAVE_FETCH_H) IF(OPENSSL_FOUND) TARGET_LINK_LIBRARIES(rspamd-ucl ${OPENSSL_LIBRARIES}) ENDIF(OPENSSL_FOUND) +TARGET_LINK_LIBRARIES(rspamd-ucl ${GLIB2_LIBRARIES}) IF(NO_SHARED MATCHES "OFF") INSTALL(TARGETS rspamd-ucl LIBRARY DESTINATION ${LIBDIR}