Browse Source

Merge pull request #1024 from plntyk/bogofilter_fixes

bogofilter: remove host includes
lilik-openwrt-22.03
Ted Hess 10 years ago
parent
commit
f98b94c102
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      mail/bogofilter/Makefile

+ 4
- 1
mail/bogofilter/Makefile View File

@ -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/ \


Loading…
Cancel
Save