summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-11-12 04:28:12 +0100
committer Willy Sudiarto Raharjo2022-11-12 04:28:12 +0100
commitd1374385265acd842d437503b5a47dd8dd13bb85 (patch)
treef65fe77b946a2851fe4415f28636cc2777a22798 /libraries
parent7edfa62e6419ee2bc1f790f8badb8f320d0db5e2 (diff)
downloadslackbuilds-d1374385265acd842d437503b5a47dd8dd13bb85.tar.gz
libraries/webkit2gtk4.1: Update parameter to fix crashes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
index 9b01830b1b..db1b1cd215 100644
--- a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
+++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=webkit2gtk4.1
SRCNAM=webkitgtk
VERSION=${VERSION:-2.38.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -93,6 +93,8 @@ cd build
-DENABLE_MINIBROWSER=ON \
-DENABLE_JOURNALD_LOG=OFF \
-DENABLE_DOCUMENTATION=OFF \
+ -DENABLE_BUBBLEWRAP_SANDBOX=off \
+ -DUSE_SYSTEM_MALLOC=on \
-Wno-dev \
-G Ninja \
..