From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 12:38:36 +0000 (+0000) Subject: [Minor] Another stupid workaround X-Git-Tag: 1.4.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ec64ccf5ea7c35b15640279b8d9ee6ce207102;p=thirdparty%2Frspamd.git [Minor] Another stupid workaround --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e5cb746984..28019d77dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -674,6 +674,9 @@ ProcessPackage(GMIME LIBRARY gmime-2.6 gmime-2.4 gmime-2.2 gmime-2 INCLUDE gmime/gmime.h INCLUDE_SUFFIXES include/gmime include/gmime-2.0 include/gmime-2.4 include/gmime-2.6 ROOT ${GMIME_ROOT_DIR} MODULES gmime-2.6 gmime-2.4 gmime-2.0) +IF(GMIME_ROOT_DIR) + LIST(APPEND RSPAMD_REQUIRED_LIBRARIES "-lz") +ENDIF() ProcessPackage(LIBEVENT LIBRARY event INCLUDE event.h INCLUDE_SUFFIXES include/event ROOT ${LIBEVENT_ROOT_DIR} MODULES event libevent) ProcessPackage(SQLITE3 LIBRARY sqlite3 INCLUDE sqlite3.h INCLUDE_SUFFIXES include/sqlite3 include/sqlite