summaryrefslogtreecommitdiffstats
path: root/network/PaleMoon/PaleMoon.SlackBuild
diff options
context:
space:
mode:
author khronosschoty <khronosschoty@utmail.net>2016-12-11 06:42:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-11 06:42:29 +0700
commit16c3002dc72822c69280ff54741bc0d0ed640214 (patch)
tree5e3b9ff0125513922b3fb19c2f7cb6103106cc5d /network/PaleMoon/PaleMoon.SlackBuild
parent8442e27074678595ec26fe79a67ca55cfd0c3ddf (diff)
downloadslackbuilds-16c3002dc72822c69280ff54741bc0d0ed640214.tar.gz
slackbuilds-16c3002dc72822c69280ff54741bc0d0ed640214.tar.xz
network/PaleMoon: Update DEP and script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/PaleMoon/PaleMoon.SlackBuild')
-rw-r--r--network/PaleMoon/PaleMoon.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild
index 51b97bc529..61c741fd5c 100644
--- a/network/PaleMoon/PaleMoon.SlackBuild
+++ b/network/PaleMoon/PaleMoon.SlackBuild
@@ -63,7 +63,7 @@ fi
rm -rf $PKG $TMP/pmbuild $TMP/gold
mkdir -p $TMP $PKG $OUTPUT $TMP/pmbuild $TMP/gold
-DEBUG=" --enable-strip --disable-debug --disable-debug-symbols "
+DEBUG=" --enable-strip --disable-debug --disable-debug-symbols --enable-release"
if [ "${ENABLE_DEBUG:-no}" = "yes" ]; then
DEBUG=" --disable-strip --disable-install-strip --enable-debug --enable-debug-symbols "
# On IA32, use gold since GNU ld runs out of memory linking libxul.so
@@ -155,12 +155,14 @@ fi
OPTIONS="\
--enable-official-branding \
--enable-application=browser \
+ --enable-default-toolkit=cairo-gtk2 \
--disable-installer \
--disable-updater \
--disable-tests \
--disable-mochitests \
--enable-jemalloc \
--with-pthreads \
+ --enable-gstreamer \
$DEVTOOLS \
$DEBUG \
--x-libraries=/usr/lib${LIBDIRSUFFIX} \