diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-12-27 21:44:56 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-09 04:52:32 +0200 |
commit | 8081f273d445b4c78cce7f52c3be28b4b1859632 (patch) | |
tree | 50cfd4095d7b389ee4aee1bd33b9eb63b0ea2e41 /community/rspamd/cmakelists.patch | |
parent | d93df17ceeccb353b7b434e816d8e1d4859fc5d0 (diff) | |
download | aports-8081f273d445b4c78cce7f52c3be28b4b1859632.tar.bz2 aports-8081f273d445b4c78cce7f52c3be28b4b1859632.tar.xz |
community/rspamd: upgrade to 1.8.3
Diffstat (limited to 'community/rspamd/cmakelists.patch')
-rw-r--r-- | community/rspamd/cmakelists.patch | 8 |
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 |