diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 10:27:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 10:27:21 +0700 |
commit | 7edfa62e6419ee2bc1f790f8badb8f320d0db5e2 (patch) | |
tree | b05f4acdc63b34105cea5243330793e8eb689b66 /libraries | |
parent | 8d57919aa75cbdbd8ced92f458627eddaeb62bcb (diff) | |
download | slackbuilds-7edfa62e6419ee2bc1f790f8badb8f320d0db5e2.tar.gz |
libraries/webkit2gtk: Update parameter to fix crashes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index 759fd70c95..a798edfbab 100644 --- a/libraries/webkit2gtk/webkit2gtk.SlackBuild +++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for webkit2gtk # -# Copyright 2016-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webkit2gtk SRCNAM=webkitgtk VERSION=${VERSION:-2.38.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,6 +94,8 @@ cd build -DUSE_SOUP2=ON \ -DENABLE_JOURNALD_LOG=OFF \ -DENABLE_DOCUMENTATION=OFF \ + -DENABLE_BUBBLEWRAP_SANDBOX=off \ + -DUSE_SYSTEM_MALLOC=on \ -Wno-dev \ -G Ninja \ .. |