summaryrefslogtreecommitdiffstats
path: root/libraries/xulrunner/xulrunner.SlackBuild
diff options
context:
space:
mode:
author David Somero2010-08-14 23:14:20 +0200
committer Erik Hanson2010-08-15 02:04:53 +0200
commitc8cb17706a2a7eec4a74aeca1ef1cd9efd601f4c (patch)
tree05d183d0356c9a0676508fe57795f72ba4a5e45f /libraries/xulrunner/xulrunner.SlackBuild
parent72523ac9fe8e148f58d97832fc5c4345dc45013a (diff)
downloadslackbuilds-c8cb17706a2a7eec4a74aeca1ef1cd9efd601f4c.tar.gz
libraries/xulrunner: Updated for version 1.9.2.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/xulrunner/xulrunner.SlackBuild')
-rw-r--r--libraries/xulrunner/xulrunner.SlackBuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/libraries/xulrunner/xulrunner.SlackBuild b/libraries/xulrunner/xulrunner.SlackBuild
index 36e739d72a..0c10c50c6a 100644
--- a/libraries/xulrunner/xulrunner.SlackBuild
+++ b/libraries/xulrunner/xulrunner.SlackBuild
@@ -28,7 +28,7 @@
PRGNAM=xulrunner
-VERSION=${VERSION:-1.9.1.7}
+VERSION=${VERSION:-1.9.2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,14 +61,14 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf mozilla-1.9.1
+rm -rf mozilla-1.9.2
tar xvf $CWD/$PRGNAM-$VERSION.source.tar.bz2
-cd mozilla-1.9.1
+cd mozilla-1.9.2
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -85,6 +85,11 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--enable-system-lcms \
+ --enable-system-sqlite \
+ --enable-optimize \
+ --with-system-zlib \
+ --with-system-jpeg \
+ --enable-system-cairo \
--with-system-bz2 \
--enable-safe-browsing \
--enable-image-encoder=all \