summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-10-24 18:57:53 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-25 07:00:17 +0200
commit1214d3810791ea9561cb7816e030604bf67baed5 (patch)
treee8fdf7d9f8bacb77eff3f47e22dfea15b93d672d /source/l
parentaf2cb09097c3e167bbd06fbe18d0df9489f36f82 (diff)
downloadcurrent-1214d3810791ea9561cb7816e030604bf67baed5.tar.gz
current-1214d3810791ea9561cb7816e030604bf67baed5.tar.xz
Mon Oct 24 18:57:53 UTC 202220221024185753
a/kernel-firmware-20221017_48407ff-noarch-1.txz: Upgraded. a/kernel-generic-5.19.17-x86_64-1.txz: Upgraded. a/kernel-huge-5.19.17-x86_64-1.txz: Upgraded. a/kernel-modules-5.19.17-x86_64-1.txz: Upgraded. ap/sudo-1.9.12-x86_64-1.txz: Upgraded. d/ccache-4.7.1-x86_64-1.txz: Upgraded. d/kernel-headers-5.19.17-x86-1.txz: Upgraded. k/kernel-source-5.19.17-noarch-1.txz: Upgraded. l/libffi-3.4.4-x86_64-1.txz: Upgraded. l/libidn2-2.3.4-x86_64-1.txz: Upgraded. x/xterm-375-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/libffi/libffi.SlackBuild10
-rwxr-xr-xsource/l/libidn2/libidn2.SlackBuild2
2 files changed, 10 insertions, 2 deletions
diff --git a/source/l/libffi/libffi.SlackBuild b/source/l/libffi/libffi.SlackBuild
index 450126935..bb0e83a62 100755
--- a/source/l/libffi/libffi.SlackBuild
+++ b/source/l/libffi/libffi.SlackBuild
@@ -82,6 +82,14 @@ find . \
# We will add --disable-exec-static-tramp until this issue is handled upstream:
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -132,7 +140,7 @@ if [ -d $PKG/usr/info ]; then
fi
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
-cp -a LICENSE README $PKG/usr/doc/$PKGNAM-$VERSION
+cp -a LICENSE* README* $PKG/usr/doc/$PKGNAM-$VERSION
# If there's a ChangeLog, installing at least part of the recent history
# is useful, but don't let it get totally out of control:
diff --git a/source/l/libidn2/libidn2.SlackBuild b/source/l/libidn2/libidn2.SlackBuild
index a81c595de..db83c3b4b 100755
--- a/source/l/libidn2/libidn2.SlackBuild
+++ b/source/l/libidn2/libidn2.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libidn2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.lz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then