mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #1024 from plntyk/bogofilter_fixes
bogofilter: remove host includes
This commit is contained in:
@@ -35,7 +35,10 @@ define Package/bogofilter/description
|
|||||||
Bogofilter is a fast Bayesian spam filter
|
Bogofilter is a fast Bayesian spam filter
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --disable-unicode
|
CONFIGURE_ARGS += \
|
||||||
|
--disable-unicode \
|
||||||
|
--with-libdb-prefix=$(STAGING_DIR) \
|
||||||
|
--with-included-gsl
|
||||||
|
|
||||||
define Package/bogofilter/install
|
define Package/bogofilter/install
|
||||||
$(INSTALL_DIR) $(1)/etc/ \
|
$(INSTALL_DIR) $(1)/etc/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user