aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/cmakelists.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-12-30 01:51:16 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-01-07 17:25:41 +0100
commit7ddddff30cd81e03a5e12e36f4aa76c114a965a9 (patch)
treedadb18154b59ac814ee4bfbd89eb9f840c0c04e8 /testing/rspamd/cmakelists.patch
parentd1567cd92565fde357952208fce53e91fad7b291 (diff)
downloadaports-7ddddff30cd81e03a5e12e36f4aa76c114a965a9.tar.bz2
aports-7ddddff30cd81e03a5e12e36f4aa76c114a965a9.tar.xz
testing/rspamd: upgrade to 1.4.1
Diffstat (limited to 'testing/rspamd/cmakelists.patch')
-rw-r--r--testing/rspamd/cmakelists.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/rspamd/cmakelists.patch b/testing/rspamd/cmakelists.patch
new file mode 100644
index 0000000000..8bf9356867
--- /dev/null
+++ b/testing/rspamd/cmakelists.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -572,7 +572,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(EXISTS "/etc/debian_version")
+ SET(LINUX_START_SCRIPT "rspamd_debian.in")