aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/cmakelists.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rspamd/cmakelists.patch')
-rw-r--r--community/rspamd/cmakelists.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/rspamd/cmakelists.patch b/community/rspamd/cmakelists.patch
index f13c7a2bbd..611b5b3996 100644
--- a/community/rspamd/cmakelists.patch
+++ b/community/rspamd/cmakelists.patch
@@ -1,10 +1,10 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -561,7 +561,6 @@
+@@ -585,7 +585,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")
+ LIST(APPEND CMAKE_REQUIRED_LIBRARIES socket)
+ LIST(APPEND CMAKE_REQUIRED_LIBRARIES umem)
+ # Ugly hack, but FindOpenSSL on Solaris does not link with libcrypto