summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-06-05 13:44:40 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-06-05 13:44:40 +0000
commit6ffcf3f6c3f097788af22c622818bab9b27bad68 (patch)
treec26b1baad05b037da7e55949d462240e847f2323 /rules/host-glib.make
parent49d51b554b5d867c735303be478b14a0a154dbe0 (diff)
downloadptxdist-6ffcf3f6c3f097788af22c622818bab9b27bad68.tar.gz
ptxdist-6ffcf3f6c3f097788af22c622818bab9b27bad68.tar.xz
* host-glib: Remove the fixed dependency to host-libiconv
On GNU glibc based hosts the iconv() feature is part of the main c library. There is no need for libiconv! git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10638 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 56a4f0e08..6aad62e08 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -48,11 +48,12 @@ HOST_GLIB_ENV := $(HOST_ENV)
#
# autoconf
#
-# libiconv: hardcode to libiconv (gnu), because 'no' does not work
+# 'iconv' feature: configure tests for this feature in the glibc first. If not
+# found it checks for iconv library in the next step. On most
+# hosts 'iconv' should be present in the regular host glibc.
#
HOST_GLIB_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --with-libiconv=gnu
+ $(HOST_AUTOCONF)
# ----------------------------------------------------------------------------
# Clean