It's possible in my rush the patch I downloaded was
not fully cooked yet:
In order for the 'make' to succeed
1. I had to change
"CORE_DEPTH = ../.." to "CORE_DEPTH = ../"
and for this install line to succeed
2. 'install -v -m755 Linux*/bin/{...,nss-config,...} /usr/bin'
I had to do
ln -fs ../../../nss/config/nss-config Linux*/bin/nss-config
and this one
3. 'install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfig'
I had to do
ln -fs ../../../../nss/config/nss.pc Linux*/lib/pkgconfig/nss.pc
What was wrong with me this time?
Cheers,
-- Alex
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page