akhiezer wrote:
Hi, On svn blfs page: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html , in section '/etc/profile.d/extrapaths.sh' there is: -- if [ -d /usr/local/lib/pkgconfig ] ; then pathappend /usr/local/lib/pkgconfig PKG_CONFIG_PATH fi -- Should there instead be a construct there that allows for bit-ness - i.e. '.../lib64/...' and not nec just '.../lib/...' ?
Why? lib64 is a symlink to lib. We are not trying to support every possible build/configuration, just LFS. If you deviate, then you get to figure out how to fix anything that breaks due to the deviation.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
