summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-09-13 01:32:33 +0000
committer Eric Hameleers <alien@slackware.com>2024-09-13 04:11:07 +0200
commit1ef7f6df7ba520137fec79506f8b66dad2fea1e0 (patch)
treed20fb1bab977bae4d07c5cf11d8e2002e3563a25 /source/n
parentb6d2c7f5faef3d29b541cfa1a4cd504d3588696d (diff)
downloadcurrent-1ef7f6df7ba520137fec79506f8b66dad2fea1e0.tar.gz
current-1ef7f6df7ba520137fec79506f8b66dad2fea1e0.tar.xz
Fri Sep 13 01:32:33 UTC 202420240913013233
a/kernel-firmware-20240912_b9daf8c-noarch-1.txz: Upgraded. a/kernel-generic-6.10.10-x86_64-1.txz: Upgraded. The kernel modules are now bundled into this package. a/kernel-huge-6.10.9-x86_64-1.txz: Removed. So long, we won't miss you. If you were actually using kernel-huge with one of the SCSI/SAS drivers that were built in, you'll need to use kernel-generic and an initrd that contains the needed drivers. Otherwise, just switch to kernel-generic. It'll be fine. If unsure, make an initrd with geninitrd and have your bootloader use it. a/kernel-modules-6.10.9-x86_64-1.txz: Removed. Kernel modules are now bundled with the kernel-generic package. a/libblockdev-3.2.0-x86_64-1.txz: Upgraded. d/kernel-headers-6.10.10-x86-1.txz: Upgraded. k/kernel-source-6.10.10-noarch-1.txz: Upgraded. l/librsvg-2.58.4-x86_64-1.txz: Upgraded. l/protobuf-28.1-x86_64-1.txz: Upgraded. l/pygobject3-3.50.0-x86_64-1.txz: Upgraded. l/python-trove-classifiers-2024.9.12-x86_64-1.txz: Upgraded. n/nghttp3-1.5.0-x86_64-2.txz: Rebuilt. Make sure the cmake files are installed to the correct location. Thanks to fulalas. x/ibus-table-1.17.8-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/n')
-rwxr-xr-xsource/n/nghttp3/nghttp3.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/n/nghttp3/nghttp3.SlackBuild b/source/n/nghttp3/nghttp3.SlackBuild
index 9c1bcf5b0..ace2620a5 100755
--- a/source/n/nghttp3/nghttp3.SlackBuild
+++ b/source/n/nghttp3/nghttp3.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nghttp3
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
@@ -76,6 +76,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Make sure the cmake files go in the proper lib${LIB_SUFFIX}:
+sed -i "s#lib/cmake/#lib\${LIB_SUFFIX}/cmake/#g" lib/CMakeLists.txt
+
# Configure, build, and install:
mkdir cmake-build
cd cmake-build