diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 72ca333a5..22704af4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -565,10 +565,6 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt) LIST(APPEND CMAKE_REQUIRED_LIBRARIES dl) - #XXX: gio bug workaround - IF(ENABLE_STATIC MATCHES "ON") - LIST(APPEND CMAKE_REQUIRED_LIBRARIES selinux) - ENDIF(ENABLE_STATIC MATCHES "ON") MESSAGE(STATUS "Configuring for Linux") IF(EXISTS "/etc/debian_version") SET(LINUX_START_SCRIPT "rspamd_debian.in") |