util-linux: update to 2.41.4

This commit is contained in:
Drew Marino
2026-05-04 18:01:17 +02:00
committed by Leah Neukirchen
parent af4e2d95a9
commit d2f46883c4
+3 -3
View File
@@ -1,7 +1,7 @@
# Template file for 'util-linux'
# Keep this package sync with util-linux-common
pkgname=util-linux
version=2.41.3
version=2.41.4
revision=1
build_style=gnu-configure
configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown
@@ -23,7 +23,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
distfiles="${KERNEL_SITE}/utils/${pkgname}/v${version%.${version#*.*.}}/${pkgname}-${version}.tar.xz"
checksum=3330d873f0fceb5560b89a7dc14e4f3288bbd880e96903ed9b50ec2b5799e58b
checksum=a8c213cc06048862602a42b2d299b340001f6d05c4407b549f3e03521df83688
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
@@ -56,7 +56,7 @@ post_extract() {
if [ "$XBPS_TARGET_LIBC" = musl ]; then
# Known broken
rm -f tests/ts/col/multibyte
# /var/log/wtmp is used for tracking reboots
printf '\n#undef _PATH_WTMP\n#define _PATH_WTMP "/var/log/wtmp"\n' >> include/pathnames.h
fi