From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 12:38:36 +0000 (+0000) Subject: [Minor] Another stupid workaround X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ff881997650dba5ccee3e09889bf99bc9be6ac;p=thirdparty%2Frspamd.git [Minor] Another stupid workaround --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e6acc590ec..bf7409b77e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -669,6 +669,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