Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/util-linux/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Loading