]> source.dussan.org Git - 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:27:44 +0000 (13:27 +0000)
CMakeLists.txt

index fd7bbc6ec14b91e628103428720c5038e25de3bf..b8a1eccadac091cbcf8b47d03186d0d41b624f12 100644 (file)
@@ -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")