diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-05 20:47:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-05 20:47:32 +0000 |
commit | 2a581bdaac8ff766aea64ae92963cd0bbb2abac6 (patch) | |
tree | 490eb1538381ed9d8fc7adddf537d602f640281e /TODO | |
parent | 504a80479812e18ae790a6f664ca8c6770df5733 (diff) |
Updated Glibc zoneinfo problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,6 +37,12 @@ These are the TODO items for the next LFS release (3.0): zic /path/to/glibc/source/timezone/<continent> If that's all it's missing, no need to install a static perl even. + Another lead: possibly cross-compiler detection. Fix with: + sed s,"cross-compiling = yes","cross-compiling = no", \ + config.make > config.make~ && mv config.make~ config.make + make && make install + + * Full dependency list. This list isn't a list of "package a depends on package b" but a list like "package b depends on the files c, d and e from package f". |