summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 08:45:08 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-09 08:45:08 +0000
commitca9e047894d6888625d10d352ccbdd617287c856 (patch)
tree4134f2ad8a027e054ee684f6a7f6b27b98559fb4 /TODO
parente45b74185d34171292b7b9a2ae6847e41d942f0d (diff)
downloadptxdist-ca9e047894d6888625d10d352ccbdd617287c856.tar.gz
ptxdist-ca9e047894d6888625d10d352ccbdd617287c856.tar.xz
TODO: add forgotton reporter for issues
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10658 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 839315a87..29e923dee 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,21 @@
TODO before 1.99.14
===================
-[ ] host-glib can be build against the iconv() in the host's glibc. There is no need for a
- host-libiconv!
+[ ] jbe: 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:
+[ ] 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
-[ ] 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: 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!