blob: f13c7a2bbd077d5a17c252b083dcb5b8ffba75fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -561,7 +561,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")
|