summaryrefslogtreecommitdiff
path: root/package/popt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/popt/Makefile')
-rw-r--r--package/popt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/popt/Makefile b/package/popt/Makefile
index 0aa970c08..d08c20801 100644
--- a/package/popt/Makefile
+++ b/package/popt/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= c61ef795fa450eb692602a661ec8d7f1
PKG_DESCR:= a command line option parsing library
PKG_SECTION:= libs
+PKG_DEPENDS:= libiconv
PKG_URL:= http://rpm5.org
PKG_SITES:= http://rpm5.org/files/popt/
@@ -17,7 +18,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
+#CONFIGURE_ENV+= am_cv_func_iconv=no
BUILD_STYLE:= auto
INSTALL_STYLE:= auto