On 2/6/06, Randy McMurchy <[EMAIL PROTECTED]> wrote:
>
> 3) In the NSS instructions, make a symlink: mozilla-nss -> nss.pc
> This fixes the problem and if you install Mozilla it will simply
> overwrite the symlink.
>
> 4) Other suggestions provided by the community.

Randy, I just had another thought which you might not like.  Why not
just change Mozilla/Firefox/Thunderbird so that their {nss,nspr}.pc
files are just symlinks to {nss,nspr}.pc?  Then you're guaranteed to
find the correct info for your NSS/NSPR libraries.  Something like
this for Mozilla.

If you built Mozilla utilizing system-installed NSS and NSPR
libraries, the mozilla-ns*.pc pkgconfig files need to be modified.
Ensure that they refer to correct package infomation by issuing the
following commands as the root user:

rm /usr/lib/pkgconfig/mozilla-ns*.pc
ln -sv nss.pc /usr/lib/pkgconfig/mozilla-nss.pc
ln -sv nspr.pc /usr/lib/pkgconfig/mozilla-nspr.pc

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to