From 146eed0ebd1ec0dde8b1c2a80e885a3274fd2c92 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 15 Dec 2023 20:52:33 +0000 Subject: Fri Dec 15 20:52:33 UTC 2023 l/QScintilla-2.14.1-x86_64-2.txz: Rebuilt. Fixed install section of the build script. Thanks to Petri Kaukasoina. l/libxml2-2.12.3-x86_64-3.txz: Rebuilt. Apply --with-legacy and --with-ftp to both builds. Thanks to Stuart Winter. l/vte-0.74.2-x86_64-1.txz: Upgraded. --- source/l/libxml2/libxml2.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/l/libxml2/libxml2.SlackBuild') diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild index 353cb19ca..c9a4346ab 100755 --- a/source/l/libxml2/libxml2.SlackBuild +++ b/source/l/libxml2/libxml2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libxml2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -132,6 +132,8 @@ CFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PKGNAM-$VERSION \ --disable-static \ --with-python \ + --with-legacy \ + --with-ftp \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 -- cgit v1.2.3-65-gdbad