summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-06-05 13:27:48 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-06-05 13:27:48 +0000
commit49d51b554b5d867c735303be478b14a0a154dbe0 (patch)
tree3a3e2e3c02805a8fa37672072baa551ffae38eb9 /TODO
parentb0aef3ad1279edb30db0484f7077ee62945ef1b8 (diff)
downloadptxdist-49d51b554b5d867c735303be478b14a0a154dbe0.tar.gz
ptxdist-49d51b554b5d867c735303be478b14a0a154dbe0.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10637 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index bcb6a6723..d43d1fc92 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,20 @@
TODO before 1.99.13
===================
+[ ] host-glib can be build against the iconv() in the host's glibc. There is no need for a
+ host-libiconv!
+
+[ ] 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
+
+[ ] 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)
+
[ ] jbe: dropbaer's init script seems to fail to do a simple "restart". For example
if one changes the SSH portnumber in the script and try a restart, nothing changes!