summaryrefslogtreecommitdiff
path: root/libraries/xulrunner/xulrunner.SlackBuild
diff options
context:
space:
mode:
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 \