summaryrefslogtreecommitdiffstats
path: root/network/PaleMoon/PaleMoon.SlackBuild
diff options
context:
space:
mode:
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} \