diff options
author | Andrew Lewis <nerf@judo.za.org> | 2024-05-13 13:00:33 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2024-05-13 13:00:33 +0200 |
commit | afe7a39faf6a414f484ca15ff585e785c3da2e2c (patch) | |
tree | 39e57354964b8eefa9e6b1faef633da8b3b6282f /debian | |
parent | ab01e35ba8c9a6f4ef3a809b7cf02225bf08d9dc (diff) | |
download | rspamd-afe7a39faf6a414f484ca15ff585e785c3da2e2c.tar.gz rspamd-afe7a39faf6a414f484ca15ff585e785c3da2e2c.zip |
[Minor] debian: enable fasttext
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 907d95d66..806b2f27f 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ 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 74771ede3..e5432c9cc 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ 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 \ |