diff options
| author | Valery Kartel <valery.kartel@gmail.com> | 2017-07-31 12:38:18 +0300 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 06:35:03 +0000 |
| commit | 38565d1a7242a50c23eeb8bc3f74681d30f42eda (patch) | |
| tree | ce2ec5dd21da83bb1f731a94cdfa86f52456446d /testing/rspamd/cmakelists.patch | |
| parent | b4dc428b069d192ff5d9bf0f008fc5ff1bce20da (diff) | |
| download | aports-38565d1a7242a50c23eeb8bc3f74681d30f42eda.tar.bz2 aports-38565d1a7242a50c23eeb8bc3f74681d30f42eda.tar.xz | |
testing/rspamd: upgrade to 1.6.3
Diffstat (limited to 'testing/rspamd/cmakelists.patch')
| -rw-r--r-- | testing/rspamd/cmakelists.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rspamd/cmakelists.patch b/testing/rspamd/cmakelists.patch index 8bf9356867..e451973f3d 100644 --- a/testing/rspamd/cmakelists.patch +++ b/testing/rspamd/cmakelists.patch @@ -1,10 +1,10 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -572,7 +572,6 @@ +@@ -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(EXISTS "/etc/debian_version") - SET(LINUX_START_SCRIPT "rspamd_debian.in") + IF(ENABLE_STATIC MATCHES "ON") + LIST(APPEND CMAKE_REQUIRED_LIBRARIES z) |
