aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/cmakelists.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2017-10-04 12:46:48 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-09 15:50:54 +0000
commitdd017b00960cc4c64788a3092d0b444eb592f341 (patch)
tree48da30cfb6dece02953f2b5f90c6fcdc29bd1135 /community/rspamd/cmakelists.patch
parent0c2b89fb9b8889b59e0ff8e73182280894967e29 (diff)
community/rspamd: move from testing
Diffstat (limited to 'community/rspamd/cmakelists.patch')
-rw-r--r--community/rspamd/cmakelists.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/rspamd/cmakelists.patch b/community/rspamd/cmakelists.patch
new file mode 100644
index 00000000000..e451973f3d1
--- /dev/null
+++ b/community/rspamd/cmakelists.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -578,7 +578,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)