summaryrefslogtreecommitdiffstats
path: root/rules/host-pkg-config.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 23:33:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 23:35:42 +0200
commit436f38aaa209105ff6798e6feaa061b8dba496db (patch)
tree002926d72ff196da3f4d200c7e44ded84f3d8211 /rules/host-pkg-config.make
parent98a062467eb99415b678c6fe50ada67238e73f23 (diff)
downloadptxdist-436f38aaa209105ff6798e6feaa061b8dba496db.tar.gz
ptxdist-436f38aaa209105ff6798e6feaa061b8dba496db.tar.xz
host-pkg-config: fix building
use the internal glib. This is needed because host-pkg-config is built before host-glib. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-pkg-config.make')
-rw-r--r--rules/host-pkg-config.make7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/host-pkg-config.make b/rules/host-pkg-config.make
index 188aab83a..c7a2c0eb9 100644
--- a/rules/host-pkg-config.make
+++ b/rules/host-pkg-config.make
@@ -32,6 +32,11 @@ HOST_PKG_CONFIG_DEVPKG := NO
#
# autoconf
#
-HOST_PKG_CONFIG_CONF_TOOL := autoconf
+HOST_PKG_CONFIG_CONF_TOOL := autoconf
+HOST_PKG_CONFIG_CONF_OPT := \
+ $(HOST_AUTOCONF_SYSROOT) \
+ --disable-host-tool \
+ --with-internal-glib \
+ --with-libiconv=gnu
# vim: syntax=make