summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-10-01 19:08:38 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-01 21:29:47 +0200
commit6f7f794aa19ace132257a6c542d51da357fb624f (patch)
treeac520d4b816c02d6dbb1d18c426c5b0ee1abeafe /source
parent7991e75613129c8072103bbc1854ce6b7a8420fd (diff)
downloadcurrent-6f7f794aa19ace132257a6c542d51da357fb624f.tar.gz
current-6f7f794aa19ace132257a6c542d51da357fb624f.tar.xz
Sun Oct 1 19:08:38 UTC 202320231001190838
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.
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/cairo/cairo.SlackBuild3
1 files changed, 2 insertions, 1 deletions
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