From ffe8ada31e65612e8038fc2f57914ed7875571c9 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 13 May 2024 16:10:06 +0200 Subject: [PATCH] Revert "[Minor] debian: enable fasttext" This reverts commit afe7a39faf6a414f484ca15ff585e785c3da2e2c. --- debian/control | 1 - debian/rules | 1 - 2 files changed, 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 \ -- 2.39.5