From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 13:27:44 +0000 (+0000) Subject: [Minor] More and more libraries because of gmime... X-Git-Tag: 1.4.1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e63c1d3dce2d43ba9f94419fbb8deebb5059769;p=thirdparty%2Frspamd.git [Minor] More and more libraries because of gmime... --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fd7bbc6ec1..b8a1eccada 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -569,6 +569,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")