summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 16:45:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 16:45:05 +0200
commitf05d25d6064cfd5ce9ab82d8d032a23af790f454 (patch)
treef15937becfc848f7f37dfd2bae9a4ef7dba2349b /package
parent5a216bd91a5fc59bb3fdfe27d8017fe605da5e56 (diff)
disable iconv dependency
Diffstat (limited to 'package')
-rw-r--r--package/popt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/popt/Makefile b/package/popt/Makefile
index c58c59cb2..150e59526 100644
--- a/package/popt/Makefile
+++ b/package/popt/Makefile
@@ -7,7 +7,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= popt
PKG_VERSION:= 1.15
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= c61ef795fa450eb692602a661ec8d7f1
PKG_DESCR:= a command line option parsing library
PKG_SECTION:= libs
@@ -19,6 +19,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBPOPT,libpopt,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
+CONFIGURE_ENV+= am_cv_func_iconv=no
BUILD_STYLE:= auto
INSTALL_STYLE:= auto