summaryrefslogtreecommitdiffstats
path: root/source/l/librsvg
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-23 03:33:52 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-23 08:59:46 +0100
commite4e2151ae8891f9d3209943ce57106e8edc910ac (patch)
tree182487719a1417a51fabc4e05093ce5d7ae12869 /source/l/librsvg
parent9ee3947a2be8da2226474c69fe1c24cf8c1605e7 (diff)
downloadcurrent-e4e2151ae8891f9d3209943ce57106e8edc910ac.tar.gz
current-e4e2151ae8891f9d3209943ce57106e8edc910ac.tar.xz
Sat Feb 23 03:33:52 UTC 201920190223033352
a/file-5.36-x86_64-1.txz: Upgraded. ap/mariadb-10.3.13-x86_64-1.txz: Upgraded. This update fixes bugs and security issues. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2510 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2537 (* Security fix *) d/p2c-2.01-x86_64-1.txz: Upgraded. d/python-pip-19.0.3-x86_64-1.txz: Upgraded. l/librsvg-2.44.13-x86_64-2.txz: Rebuilt. Recompiled with --enable-vala=yes. n/bind-9.12.3_P4-x86_64-1.txz: Upgraded. xap/mozilla-firefox-60.5.2esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/60.5.2/releasenotes/
Diffstat (limited to 'source/l/librsvg')
-rwxr-xr-xsource/l/librsvg/librsvg.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/librsvg/librsvg.SlackBuild b/source/l/librsvg/librsvg.SlackBuild
index 480d07efa..ccebbbb43 100755
--- a/source/l/librsvg/librsvg.SlackBuild
+++ b/source/l/librsvg/librsvg.SlackBuild
@@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=librsvg
VERSION=${VERSION:-$(echo librsvg-*.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
@@ -84,6 +84,7 @@ CFLAGS="$SLKCFLAGS" \
--localstatedir=/var/lib \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
+ --enable-vala=yes \
--enable-static=no \
--build=$ARCH-slackware-linux || exit 1