]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Enable hiredis and fann by default
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 7 Dec 2016 09:54:53 +0000 (09:54 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 7 Dec 2016 09:55:10 +0000 (09:55 +0000)
CMakeLists.txt

index e5f4a20b3b936682afb59ad0a9de99797f5b279c..2342048dbb11ab29c3d016fae0942004f5f30da1 100644 (file)
@@ -58,7 +58,8 @@ OPTION(WANT_SYSTEMD_UNITS  "Install systemd unit files on Linux [default: OFF]"
 OPTION(ENABLE_SNOWBALL     "Enable snowball stemmer [default: ON]"              ON)
 OPTION(ENABLE_CLANG_PLUGIN "Enable clang static analysing plugin [default: OFF]" OFF)
 OPTION(ENABLE_HYPERSCAN    "Enable hyperscan for fast regexp processing [default: OFF]" OFF)
-OPTION(ENABLE_FANN         "Enable fann for neural network plugin [default: OFF]" OFF)
+OPTION(ENABLE_FANN         "Enable fann for neural network plugin [default: ON]" ON)
+OPTION(ENABLE_HIREDIS      "Enable redis support [default: ON]" ON)
 OPTION(ENABLE_PCRE2        "Enable pcre2 instead of pcre  [default: OFF]"         OFF)
 OPTION(ENABLE_GD           "Enable libgd for images processing [default: ON]" ON)
 OPTION(ENABLE_JEMALLOC     "Build rspamd with jemalloc allocator  [default: OFF]" OFF)