libraries/webkit2gtk: Update parameter to fix crashes.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-11-12 10:27:21 +07:00
parent 8d57919aa7
commit 7edfa62e64
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 4 additions and 2 deletions

View File

@ -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 \
..