diff options
author | TBK <tbk@jjtc.eu> | 2020-02-27 03:17:20 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-02-27 11:09:02 +0100 |
commit | 52b9aedbd03fc8d66d45f0964e2be7ef0bce516e (patch) | |
tree | 5d0cc036b449e328ff4adee991f4b83d015658e4 /community/rspamd/OSDep_cmake.patch | |
parent | 9a47daba4e5be9b521e1579269334f6f8f17345b (diff) | |
download | aports-52b9aedbd03fc8d66d45f0964e2be7ef0bce516e.tar.bz2 aports-52b9aedbd03fc8d66d45f0964e2be7ef0bce516e.tar.xz |
community/rspamd: upgrade to 2.4
Diffstat (limited to 'community/rspamd/OSDep_cmake.patch')
-rw-r--r-- | community/rspamd/OSDep_cmake.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/rspamd/OSDep_cmake.patch b/community/rspamd/OSDep_cmake.patch new file mode 100644 index 0000000000..f551fca910 --- /dev/null +++ b/community/rspamd/OSDep_cmake.patch @@ -0,0 +1,10 @@ +--- a/cmake/OSDep.cmake ++++ b/cmake/OSDep.cmake +@@ -65,7 +65,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) + LIST(APPEND CMAKE_REQUIRED_LIBRARIES socket) + LIST(APPEND CMAKE_REQUIRED_LIBRARIES umem) + # Ugly hack, but FindOpenSSL on Solaris does not link with libcrypto |