From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 13:27:44 +0000 (+0000) Subject: [Minor] More and more libraries because of gmime... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcb7e054e99bcfe2605ec2ca293c6f25de986a86;p=thirdparty%2Frspamd.git [Minor] More and more libraries because of gmime... --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 62b6ff7f94..83a5c6f31e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -567,6 +567,8 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt) LIST(APPEND CMAKE_REQUIRED_LIBRARIES dl) + LIST(APPEND CMAKE_REQUIRED_LIBRARIES resolv) + LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl) MESSAGE(STATUS "Configuring for Linux") IF(EXISTS "/etc/debian_version") SET(LINUX_START_SCRIPT "rspamd_debian.in")