diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-12-30 01:51:16 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-07 17:25:41 +0100 |
commit | 7ddddff30cd81e03a5e12e36f4aa76c114a965a9 (patch) | |
tree | dadb18154b59ac814ee4bfbd89eb9f840c0c04e8 /testing/rspamd/cmakelists.patch | |
parent | d1567cd92565fde357952208fce53e91fad7b291 (diff) | |
download | aports-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.patch | 10 |
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") |