summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-01 15:01:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-01 15:01:27 +0100
commit4ac7d5e60983e23e4731581ec56f78dc974a71cf (patch)
tree9d3348a56e61e27ea6b346b12855fcc32ff52866 /package
parent405ddea44fd87265c3a5eaa12a3e3b4d0de57117 (diff)
disable host tool link creation, unused
Diffstat (limited to 'package')
-rw-r--r--package/pkg-config/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/pkg-config/Makefile b/package/pkg-config/Makefile
index 78d81765e..875e95621 100644
--- a/package/pkg-config/Makefile
+++ b/package/pkg-config/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= pkg-config
PKG_VERSION:= 0.28
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= aa3c86e67551adc3ac865160e34a2a0d
PKG_DESCR:= a helper tool used when compiling applications and libraries.
PKG_SECTION:= lang
@@ -21,7 +21,8 @@ $(eval $(call HOST_template,PKG_CONFIG,pkg-config,$(PKG_VERSION)-${PKG_RELEASE})
$(eval $(call PKG_template,PKG_CONFIG,pkg-config,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
HOST_STYLE:= auto
-HOST_CONFIGURE_ARGS+= --with-internal-glib
+HOST_CONFIGURE_ARGS+= --with-internal-glib \
+ --disable-host-tool
CONFIGURE_ARGS+= --with-installed-glib \
--with-installed-popt