#2858: upgrade for nss-3.12.3 + nspr-4.8
-------------------------+--------------------------------------------------
Reporter: ChaosKind | Owner: blfs-b...@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
there is no combined tarball, so I made my own (attached)
The modifyed *.pc-files and nss-config are included. Unfortunately, it is
to big for an attachement.
to make it, simply unpack nss-3.12.3.tar.gz and nspr-4.8.tar.gz and copy
the content from one directory to the other. Because the redhat-patch does
not really work, You have to create the *.pc-files by Your own or You can
use the attached ones.
Hint: If You want to utilise sqlite3 on Your system, You should install it
before nss+nspr.
Then change the build instructions:
{{{
bash
export WORKINGDIR=$PWD &&
export BUILD_OPT=1 &&
export NSS_USE_SYSTEM_SQLITE=1 &&
cd mozilla/security/nss &&
make nss_build_all &&
cd ../.. &&
export NSS_LINUXDIR=$(basename `ls -d $WORKINGDIR/mozilla/dist/Linux*`)
}}}
go on in setup as described in the book...
this ensures, that the components are linked against the installed
sqlite3, otherwise, it will overwrite files from sqlite3 and compromise
Your system (unresolved symbols in sqlite3 and so on)
test summaries:
PASSED: 5344
FAILED: 6
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2858>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page