aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/cmakelists.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2018-03-21 17:59:34 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-24 13:10:46 +0100
commit0ae4560ab453ded738909c828f8ebd008026aa3c (patch)
treecd39cc67724031d74291809754bb9ee79e6a96c0 /community/rspamd/cmakelists.patch
parent234d1fe36e8e3b49c579b7088ff04d0f6e567504 (diff)
downloadaports-0ae4560ab453ded738909c828f8ebd008026aa3c.tar.bz2
aports-0ae4560ab453ded738909c828f8ebd008026aa3c.tar.xz
community/rspamd: upgrade to 1.7.1
Diffstat (limited to 'community/rspamd/cmakelists.patch')
-rw-r--r--community/rspamd/cmakelists.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rspamd/cmakelists.patch b/community/rspamd/cmakelists.patch
index e451973f3d..f13c7a2bbd 100644
--- a/community/rspamd/cmakelists.patch
+++ b/community/rspamd/cmakelists.patch
@@ -1,10 +1,10 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -578,7 +578,6 @@
+@@ -561,7 +561,6 @@
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(ENABLE_STATIC MATCHES "ON")
- LIST(APPEND CMAKE_REQUIRED_LIBRARIES z)
+ IF(EXISTS "/etc/debian_version")
+ SET(LINUX_START_SCRIPT "rspamd_debian.in")