summaryrefslogtreecommitdiffstats
path: root/rules/host-pkg-config.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 22:57:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 23:57:39 +0200
commit01cd423c21ddd06c338f245fb89dbefc9ea86f2a (patch)
treec296117fd7f4c888f7c8ebec00ef4a9ca6ecccc7 /rules/host-pkg-config.make
parentd3e058a28804129103f50165546b973aeff1b2cd (diff)
downloadptxdist-01cd423c21ddd06c338f245fb89dbefc9ea86f2a.tar.gz
ptxdist-01cd423c21ddd06c338f245fb89dbefc9ea86f2a.tar.xz
remove host-libiconv
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-pkg-config.make')
-rw-r--r--rules/host-pkg-config.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/host-pkg-config.make b/rules/host-pkg-config.make
index c7a2c0eb9..72d3d12ae 100644
--- a/rules/host-pkg-config.make
+++ b/rules/host-pkg-config.make
@@ -36,7 +36,6 @@ HOST_PKG_CONFIG_CONF_TOOL := autoconf
HOST_PKG_CONFIG_CONF_OPT := \
$(HOST_AUTOCONF_SYSROOT) \
--disable-host-tool \
- --with-internal-glib \
- --with-libiconv=gnu
+ --with-internal-glib
# vim: syntax=make