Hi,
I just bought a second-hand old computer and built a LFS 8.3 (sysvinit)
system for it. Now I can confirm, with symlinks created in 6.6:
1. In 6.55 (e2fsprogs)
ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib
make LD_LIBRARY_PATH=/tools/lib check
Can be change to just `make check`.
2. In 6.72 (eudev)
cat > config.cache << "EOF"
HAVE_BLKID=1
BLKID_LIBS="-lblkid"
BLKID_CFLAGS="-I/tools/include"
EOF
Is no longer needed. And all `LIBRARY_PATH` and `LD_LIBRARY_PATH`
setting can be removed.
--
Xi Ruoyao <[email protected]>
School of Aerospace Science and Technology, Xidian University
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page