UmVirt LFS Package info
DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
nspr
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions.Package info
Template:
Codename: nspr
Source file: nspr-4.36.tar.gz
Source directory: nspr-4.36
Package URL: nspr-4.36.tar.gz
Package md5-checksum URL: nspr-4.36.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: nss, !mozjs, qca.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd nspr &&
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
sed -i 's#$(LIBRARY) ##' config/rules.mk &&
./configure --prefix=/usr \
--with-mozilla \
--with-pthreads \
$([ $(uname -m) = x86_64 ] && echo --enable-64bit)
Build script:
cd nspr
make
Install script:
cd nspr
make install