summaryrefslogtreecommitdiff
path: root/package/bogofilter
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-25 14:30:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-25 14:30:43 +0200
commit81e6aeab7f2760eae093cbad02688d40058d2825 (patch)
tree47950d8bfcf2b32717beeaeb0bc267fc9407a451 /package/bogofilter
parent486a2b404cb6ab5359a2b1c0008b7b83ed584a29 (diff)
fix some compile errors
Diffstat (limited to 'package/bogofilter')
-rw-r--r--package/bogofilter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/bogofilter/Makefile b/package/bogofilter/Makefile
index c9c75cdba..3163669cd 100644
--- a/package/bogofilter/Makefile
+++ b/package/bogofilter/Makefile
@@ -21,8 +21,7 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BOGOFILTER,bogofilter,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_ENV+= LIBS="-liconv" \
- ac_cv_func_memcmp_working=yes
+CONFIGURE_ENV+= ac_cv_func_memcmp_working=yes
CONFIGURE_ARGS+= --without-libsqlite3-prefix \
--without-libqdbm-prefix \
--without-libiconv-prefix \