diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-18 15:17:44 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-18 15:17:44 +0100 |
commit | 1514f82a54f93519156cd8bb45b592396965340a (patch) | |
tree | ea2bc28fdb6a5bf075799c7afc010634a05af931 | |
parent | d4c6a71149ca4ea3e710dd9abf90f7ae6b6c60f8 (diff) | |
download | rspamd-1514f82a54f93519156cd8bb45b592396965340a.tar.gz rspamd-1514f82a54f93519156cd8bb45b592396965340a.zip |
[Minor] Support DragonFly build
Issue: #595
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 968949a30..4c19e84a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -509,7 +509,7 @@ SET(POE_LOOP "Loop::IO_Poll") SET(TAR "tar") # Platform specific configuration -IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$") +IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$|DragonFly") ADD_DEFINITIONS(-DFREEBSD -D_BSD_SOURCE) CONFIGURE_FILE(freebsd/rspamd.sh.in freebsd/rspamd @ONLY) |