summaryrefslogtreecommitdiff
path: root/package/popt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-02 12:03:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-02 12:03:09 +0100
commitfbe47cba997e4f2f2dbaa6af0583dbec2e5d130c (patch)
tree63aa5fb4d8c8ad7e63aeaad50e5701a2918dbedd /package/popt
parent216fc3f63dcf07f5bc644165ce1965d733330de0 (diff)
remove dependencies to libiconv,pkg-config and file. use pkgconf and libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
Diffstat (limited to 'package/popt')
-rw-r--r--package/popt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/popt/Makefile b/package/popt/Makefile
index 398aeae38..c8237930e 100644
--- a/package/popt/Makefile
+++ b/package/popt/Makefile
@@ -9,8 +9,7 @@ PKG_RELEASE:= 4
PKG_MD5SUM:= 3743beefa3dd6247a73f8f7a32c14c33
PKG_DESCR:= a command line option parsing library
PKG_SECTION:= libs
-PKG_DEPENDS:= libiconv
-PKG_BUILDDEP:= libiconv
+PKG_BUILDDEP:= libiconv-tiny
PKG_URL:= http://rpm5.org/
PKG_SITES:= http://rpm5.org/files/popt/
PKG_LIBNAME:= libpopt