summaryrefslogtreecommitdiffstats
path: root/libraries/xulrunner/xulrunner.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-02-07 20:10:21 +0100
committer Willy Sudiarto Raharjo2016-02-07 20:11:01 +0100
commitebeddfa1fe2c00520e30f2f365169cbd4f16f92c (patch)
tree0f02753293ad69bf6c7167c863f7b19fc3579dbb /libraries/xulrunner/xulrunner.SlackBuild
parent44535a5ab52e42538ee0d0d39c8b8973f587082e (diff)
downloadslackbuilds-ebeddfa1fe2c00520e30f2f365169cbd4f16f92c.tar.gz
libraries/xulrunner: Updated for version 41.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/xulrunner/xulrunner.SlackBuild')
-rw-r--r--libraries/xulrunner/xulrunner.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/xulrunner/xulrunner.SlackBuild b/libraries/xulrunner/xulrunner.SlackBuild
index 5c4fe4273e..ca27415be3 100644
--- a/libraries/xulrunner/xulrunner.SlackBuild
+++ b/libraries/xulrunner/xulrunner.SlackBuild
@@ -28,8 +28,8 @@
PRGNAM=xulrunner
-VERSION=${VERSION:-40.0.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-41.0.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -77,7 +77,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf mozilla-release
-tar xvf $CWD/$PRGNAM-$VERSION.source.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.source.tar.xz
cd mozilla-release
chown -R root:root .
find -L . \
@@ -117,6 +117,7 @@ OPTIONS="\
--disable-mailnews \
--disable-installer \
--disable-updater \
+ --disable-elf-hack \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux \
--target=$ARCH-slackware-linux"