Browse Source

[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.
tags/2.3
Peter Wu 4 years ago
parent
commit
c4d6e5abe4
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      debian/rules

+ 0
- 4
debian/rules View File

@@ -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)

Loading…
Cancel
Save