]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] More and more libraries because of gmime...
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 26 Nov 2016 13:27:44 +0000 (13:27 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 26 Nov 2016 13:28:12 +0000 (13:28 +0000)
CMakeLists.txt

index 62b6ff7f94b1bc77a62bfc3829cbc8dd2d914d14..83a5c6f31e69c9160134f21c8b6581435a6d5bb8 100644 (file)
@@ -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")