summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 08:45:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 08:45:21 +0000
commit6185a3e15a304216459acaf8fee0c67d2d75d261 (patch)
tree9c05fab7e49101ad254db8d6dd4673b52c046a2a /TODO
parentca9e047894d6888625d10d352ccbdd617287c856 (diff)
downloadptxdist-6185a3e15a304216459acaf8fee0c67d2d75d261.tar.gz
ptxdist-6185a3e15a304216459acaf8fee0c67d2d75d261.tar.xz
[libiconv] dont't let host iconv leak into build
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10659 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 10 insertions, 8 deletions
diff --git a/TODO b/TODO
index 29e923dee..9ad23697c 100644
--- a/TODO
+++ b/TODO
@@ -4,14 +4,6 @@ TODO before 1.99.14
[ ] jbe: host-glib can be build against the iconv() in the host's glibc.
There is no need for a host-libiconv!
-[ ] jbe: the libiconv package fails to build, if a libiconv library is
- present on the host system (for example in /usr/lib). In this case it
- tries to link against this library, instead of its own. In one link
- step:
- ../srclib/libicrt.a /usr/lib/libiconv.so
- versus (if no libiconv is present on the host)
- ../srclib/libicrt.a ../lib/.libs/libiconv.so
-
[ ] jbe: fuse can be build without libiconv. The glibc iconv() works for
it. But its configure is so stupid, it continues to detect a libiconv
even if disabled and link against it. (for example if libiconv is
@@ -521,6 +513,16 @@ Test suite components to be added
DONE
====
+[x] jbe: the libiconv package fails to build, if a libiconv library is
+ present on the host system (for example in /usr/lib). In this case it
+ tries to link against this library, instead of its own. In one link
+ step:
+ ../srclib/libicrt.a /usr/lib/libiconv.so
+ versus (if no libiconv is present on the host)
+ ../srclib/libicrt.a ../lib/.libs/libiconv.so
+
+ Update 20090609 mkl: fixed
+
[x] bbu: default path to generic projects seems not to work
Update 20090603 rsc: please provide test case, seems to work here.