summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-01-18 18:56:32 +0000
committerPeter Wu <peter@lekensteyn.nl>2020-01-18 19:56:15 +0000
commitc4d6e5abe482938a63c3c24b1ff1a16be6be1e16 (patch)
tree6871864b24390039d43ffb37198237669786d5ff /debian
parent1cff88838774f1376468eb39e27c0f6e7d8ae5b3 (diff)
downloadrspamd-c4d6e5abe482938a63c3c24b1ff1a16be6be1e16.tar.gz
rspamd-c4d6e5abe482938a63c3c24b1ff1a16be6be1e16.zip
[Minor] Debian: remove unused cmake options
GD (off by default) and TORCH (on by default) were removed in 2.0, the examples option (off by default) was removed in 2.2.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 8229f2623..d78c8ee5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,18 +20,14 @@ override_dh_auto_configure:
-DDBDIR=/var/lib/rspamd \
-DLOGDIR=/var/log/rspamd \
-DSHAREDIR=/usr/share/rspamd \
- -DEXAMPLESDIR=/usr/share/doc/rspamd/examples \
-DLIBDIR=/usr/lib/rspamd \
-DINCLUDEDIR=/usr/include \
-DSYSTEMDDIR=/lib/systemd/system \
-DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
-DDEBIAN_BUILD=1 \
- -DINSTALL_EXAMPLES=ON \
-DENABLE_JEMALLOC=ON \
- -DENABLE_GD=OFF \
-DENABLE_PCRE2=OFF \
-DENABLE_LUAJIT=ON \
- -DENABLE_TORCH=ON \
-DENABLE_LIBUNWIND=ON \
-DWANT_SYSTEMD_UNITS=ON \
$(ENABLE_HYPERSCAN)