Skip to content

Commit 9515672

Browse files
Cameron JacksonDuncaen
authored andcommitted
xfsprogs: update to 6.14.0
1 parent 061ec37 commit 9515672

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

srcpkgs/xfsprogs/template

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
11
# Template file for 'xfsprogs'
22
pkgname=xfsprogs
3-
version=6.5.0
3+
version=6.14.0
44
revision=1
55
build_style=gnu-configure
66
configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib
77
--enable-lto"
8-
hostmakedepends="gettext"
8+
hostmakedepends="gettext pkg-config"
99
makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel
1010
libuuid-devel"
1111
short_desc="Utilities for managing the XFS filesystem"
1212
maintainer="Enno Boland <gottox@voidlinux.org>"
1313
license="LGPL-2.1-or-later"
1414
homepage="http://xfs.org/index.php/Main_Page"
1515
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
16-
checksum=8db81712b32756b97d89dd9a681ac5e325bbb75e585382cd4863fab7f9d021c6
16+
checksum=fa5ab77f8b5169ce48dd8de09446ad7e29834a05b8f52012bae411cf53ec1f58
1717

1818
if [ "$CROSS_BUILD" ]; then
1919
hostmakedepends+=" liburcu-devel"
2020
fi
2121

22+
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
23+
# glibc includes linux/statx.h, musl doesn't musls
24+
# definition is not new enough so work around the broken
25+
# configure check and force use of the internal statx
26+
# struct definition.
27+
configure_args+=" ac_cv_type_struct_statx=no"
28+
fi
29+
2230
do_install() {
2331
make install install-dev DIST_ROOT=${DESTDIR} \
2432
PKG_ROOT_SBIN_DIR=/usr/bin PKG_ROOT_LIB_DIR=/usr/lib

0 commit comments

Comments
 (0)