summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-10 00:41:47 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-10 00:41:47 +0000
commit9bc4e45f7d24bafdb06de827606803b029cded5d (patch)
tree5ce6771af85313550b4f7d6b35c8b5a0ecc4be2e /TODO
parentd31f88839929be9871a8be4a095625a5d6edd39b (diff)
downloadptxdist-9bc4e45f7d24bafdb06de827606803b029cded5d.tar.gz
ptxdist-9bc4e45f7d24bafdb06de827606803b029cded5d.tar.xz
fuse: build with glibc provided iconv
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10687 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index c238c9463..fbde2026a 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,6 @@
TODO before 1.99.14
===================
-[ ] 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
- already built by accident)
-
[ ] rsc: python-3.0 breaks in install stage; it worked before, so find out
what made this fail:
@@ -499,6 +494,13 @@ Test suite components to be added
DONE
====
+[x] 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
+ already built by accident)
+
+ Update 20090610 rsc: done
+
[x] jbe: host-glib can be build against the iconv() in the host's glibc.
There is no need for a host-libiconv!