Explorar el Código

Merge pull request #1024 from plntyk/bogofilter_fixes

bogofilter: remove host includes
Ted Hess hace 9 años
padre
commit
f98b94c102
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      mail/bogofilter/Makefile

+ 4
- 1
mail/bogofilter/Makefile Ver fichero

@@ -35,7 +35,10 @@ define Package/bogofilter/description
35 35
 	Bogofilter is a fast Bayesian spam filter
36 36
 endef
37 37
 
38
-CONFIGURE_ARGS += --disable-unicode
38
+CONFIGURE_ARGS += \
39
+	--disable-unicode \
40
+	--with-libdb-prefix=$(STAGING_DIR) \
41
+	--with-included-gsl
39 42
 
40 43
 define Package/bogofilter/install
41 44
 	$(INSTALL_DIR)  $(1)/etc/ \