A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « LibSecComp 32-bit | HOME | Mozilla NSPR 32-bit » |
Name: Mozilla NSPR 64-bit
Summary: The Netscape Portable Runtime
License: MPL v2
Version: 4.38.2
URL: https://archive.mozilla.org/pub/nspr/releases/v4.38.2/src/nspr-4.38.2.tar.gz
Average Build Time: less than 0.1 SBU
Used Install Space: 2.6 MiB
To configure Mozilla NSPR 64-bit for install into the build root, run the following command:
sed -i '/^RELEASE/s|^|#|' pr/src/misc/Makefile.in &&
sed -i 's|$(LIBRARY) ||' config/rules.mk
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64 \
--docdir=/usr/share/doc/nspr-4.38.2 \
--sysconfdir=/etc \
--enable-ipv6 \
--with-mozilla \
--with-pthreads \
$([ $(uname -m) = x86_64 ] && echo --enable-64bit)
To compile Mozilla NSPR 64-bit, run the following command:
make
The test suite is not operational without Mozilla NSS side-by-side.
Finally, to install Mozilla NSPR 64-bit into the build tree, run the following command:
make install
NOTE: Do not delete the unpacked sources after build.
| Contents | |
|---|---|
| Installed Programs | nspr-config |
| Installed Libraries | libnspr4.so, libplc4.so, and libplds4.so |
| Navigation | ||
|---|---|---|
| « LibSecComp 32-bit | HOME | Mozilla NSPR 32-bit » |