From 6f7f794aa19ace132257a6c542d51da357fb624f Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 1 Oct 2023 19:08:38 +0000 Subject: Sun Oct 1 19:08:38 UTC 2023 l/cairo-1.18.0-x86_64-2.txz: Rebuilt. Rebuilt with -Dsymbol-lookup=disabled to avoid linking to libbfd. l/imagemagick-7.1.1_19-x86_64-1.txz: Upgraded. --- source/l/cairo/cairo.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/l/cairo/cairo.SlackBuild') diff --git a/source/l/cairo/cairo.SlackBuild b/source/l/cairo/cairo.SlackBuild index 8d21d5c78..4dc3f3c25 100755 --- a/source/l/cairo/cairo.SlackBuild +++ b/source/l/cairo/cairo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cairo VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -94,6 +94,7 @@ meson setup \ --localstatedir=/var \ --buildtype=release \ -Dgtk_doc=false \ + -Dsymbol-lookup=disabled \ -Dtests=disabled \ .. || exit 1 "${NINJA:=ninja}" $NUMJOBS || exit 1 -- cgit v1.2.3-65-gdbad