From: Vsevolod Stakhov Date: Mon, 18 Apr 2016 14:17:44 +0000 (+0100) Subject: [Minor] Support DragonFly build X-Git-Tag: 1.2.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1514f82a54f93519156cd8bb45b592396965340a;p=thirdparty%2Frspamd.git [Minor] Support DragonFly build Issue: #595 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 968949a309..4c19e84a22 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)