From 29ec64ccf5ea7c35b15640279b8d9ee6ce207102 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 12:38:36 +0000 Subject: [PATCH] [Minor] Another stupid workaround --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5cb74698..28019d77d 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 -- 2.39.5