summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.in
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.in
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.in')
-rw-r--r--rules/host-glib.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/host-glib.in b/rules/host-glib.in
index 4f53f0f51..5a5fb70e4 100644
--- a/rules/host-glib.in
+++ b/rules/host-glib.in
@@ -2,4 +2,10 @@
config HOST_GLIB
tristate
- select HOST_LIBICONV
+# Note: glib detects a useable iconv() implementation by its own
+# On a standard GNU glibc based system there is no need to
+# build and link against libiconv. Reactivate this dependency
+# if it fails on a system. But also change this documentation
+# in this case!
+# select HOST_LIBICONV
+