[Lunar-commits] <moonbase-other> nspr: version bumped to 4.10.
Florin Braescu
florin at lunar-linux.org
Wed Jul 31 20:41:18 CEST 2013
commit 5204a60fb141f66514cf2cc52f7f6541502ff29d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 31 Jul 2013 09:52:49 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5204a60fb141f66514cf2cc52f7f6541502ff29d
nspr: version bumped to 4.10.
---
libs/nspr/BUILD | +11/-8
libs/nspr/DETAILS | +3/-3
2 files changed, 14 insertions(+), 11 deletions(-)
--- a/libs/nspr/BUILD
+++ b/libs/nspr/BUILD
@@ -6,16 +6,19 @@
OPTS+=" --libdir=/usr/lib --enable-system-sqlite --with-mozilla --with-pthreads --enable-strip" &&
mkdir build inst &&
- sedit 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' mozilla/nsprpub/config/rules.mk &&
+# sedit 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' mozilla/nsprpub/config/rules.mk &&
cd build &&
- ../mozilla/nsprpub/configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- $OPTS &&
+ ../nspr/configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --includedir=/usr/include/nspr \
+ --libdir=/usr/lib \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-optimize \
+ $OPTS &&
default_make &&
install -m 755 $SOURCE_DIRECTORY/build/config/nspr-config /usr/bin/
--- a/libs/nspr/DETAILS
+++ b/libs/nspr/DETAILS
@@ -1,11 +1,11 @@
MODULE=nspr
- VERSION=4.9.6
+ VERSION=4.10
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/v${VERSION}/src
- SOURCE_VFY=sha1:4de89141c62f1a8e93f8dabe0ecb6cf30f8802df
+ SOURCE_VFY=sha1:10dbf68c07497dab30be09db526931c885d5a7e9
WEB_SITE=http://www.mozilla.org/projects/nspr
ENTERED=20100104
- UPDATED=20130411
+ UPDATED=20130731
PSAFE="no"
SHORT="Netscape Portable Runtime (NSPR)"
More information about the Lunar-commits
mailing list