|
@@ -37,6 +37,12 @@ These are the TODO items for the next LFS release (3.0):
|
|
zic /path/to/glibc/source/timezone/<continent>
|
|
zic /path/to/glibc/source/timezone/<continent>
|
|
If that's all it's missing, no need to install a static perl even.
|
|
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
|
|
* 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
|
|
package b" but a list like "package b depends on the files c, d and e
|
|
from package f".
|
|
from package f".
|