commit f98b94c102fa85d79f87bb780563c40e5f20cf3e
parent a870d8f6f394d2d2bcea34e1e67e99eb46df4fd5
Author: Ted Hess <thess@kitschensync.net>
Date: Mon, 23 Mar 2015 07:26:15 -0400
Merge pull request #1024 from plntyk/bogofilter_fixes
bogofilter: remove host includes
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
@@ -35,7 +35,10 @@ define Package/bogofilter/description
Bogofilter is a fast Bayesian spam filter
endef
-CONFIGURE_ARGS += --disable-unicode
+CONFIGURE_ARGS += \
+ --disable-unicode \
+ --with-libdb-prefix=$(STAGING_DIR) \
+ --with-included-gsl
define Package/bogofilter/install
$(INSTALL_DIR) $(1)/etc/ \