summaryrefslogtreecommitdiff
path: root/package/autotool
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/autotool
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/autotool')
-rw-r--r--package/autotool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/autotool/Makefile b/package/autotool/Makefile
index 1b3aaa3e5..8d8b8eb52 100644
--- a/package/autotool/Makefile
+++ b/package/autotool/Makefile
@@ -6,10 +6,10 @@ include $(TOPDIR)/rules.mk
# meta package for host autotool infrastructure
PKG_NAME:= autotool
PKG_VERSION:= 1.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_DESCR:= autotool infrastructure for host
PKG_SECTION:= devel
-PKG_BUILDDEP:= m4-host pkg-config-host autoconf-host automake-host
+PKG_BUILDDEP:= m4-host pkgconf-host autoconf-host automake-host
PKG_BUILDDEP+= libtool-host
NO_DISTFILES:= 1