aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2024-05-13 16:10:06 +0200
committerAndrew Lewis <nerf@judo.za.org>2024-05-13 16:10:06 +0200
commitffe8ada31e65612e8038fc2f57914ed7875571c9 (patch)
treec82e2f0ed44aaf7ab6d4a0719e53691db240ba2c /debian
parentafe7a39faf6a414f484ca15ff585e785c3da2e2c (diff)
downloadrspamd-ffe8ada31e65612e8038fc2f57914ed7875571c9.tar.gz
rspamd-ffe8ada31e65612e8038fc2f57914ed7875571c9.zip
Revert "[Minor] debian: enable fasttext"
This reverts commit afe7a39faf6a414f484ca15ff585e785c3da2e2c.
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
2 files changed, 0 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 806b2f27f..907d95d66 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Build-Depends: cmake,
debhelper (>= 10),
libarchive-dev,
libcurl4-openssl-dev,
- libfasttext-dev,
libglib2.0-dev,
libicu-dev,
libmagic-dev,
diff --git a/debian/rules b/debian/rules
index e5432c9cc..74771ede3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,6 @@ override_dh_auto_configure: $(patsubst %,configure_%,$(FLAVORS))
configure_%:
mkdir -p $(builddir)$*
cd $(builddir)$* && cmake ../../../ -DCONFDIR=/etc/rspamd \
- -DENABLE_FASTTEXT=ON \
-DMANDIR=/usr/share/man \
-DRUNDIR=/run/rspamd \
-DDBDIR=/var/lib/rspamd \