summaryrefslogtreecommitdiff
path: root/package/bogofilter/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-06 15:54:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-06 15:54:57 +0200
commit2aa2990811a2dbdcf7e65ab04c9fda4756864121 (patch)
tree6c727f750fb12f20cc3df8e40a4239e613f2a344 /package/bogofilter/Makefile
parentca760844fcd08190b692a674ff387fe15c39a497 (diff)
update to latest upstream
Diffstat (limited to 'package/bogofilter/Makefile')
-rw-r--r--package/bogofilter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/bogofilter/Makefile b/package/bogofilter/Makefile
index 0496f58fb..c923305b2 100644
--- a/package/bogofilter/Makefile
+++ b/package/bogofilter/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= bogofilter
-PKG_VERSION:= 1.2.0
+PKG_VERSION:= 1.2.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 4bbc9adc30d4f8e3a547f9be18a1cb74
+PKG_MD5SUM:= a12a16d88d6d565dacf2a5e6259a3337
PKG_DESCR:= mail filter
PKG_SECTION:= mail
PKG_DEPENDS:= libiconv libdb
@@ -18,7 +18,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BOGOFILTER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_ENV+= LIBS="-liconv"
+CONFIGURE_ENV+= LIBS="-liconv" \
+ ac_cv_func_memcmp_working=yes
CONFIGURE_ARGS+= --without-libsqlite3-prefix \
--without-libqdbm-prefix \
--with-included-gsl \