From: Peter Wu Date: Sat, 18 Jan 2020 18:56:32 +0000 (+0000) Subject: [Minor] Debian: remove unused cmake options X-Git-Tag: 2.3~81^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c4d6e5abe482938a63c3c24b1ff1a16be6be1e16;p=rspamd.git [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. --- 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)