diff --git a/srcpkgs/xfsprogs/patches/musl-fixes.patch b/srcpkgs/xfsprogs/patches/musl-fixes.patch index cf85d7f6f5e..1d9c617af69 100644 --- a/srcpkgs/xfsprogs/patches/musl-fixes.patch +++ b/srcpkgs/xfsprogs/patches/musl-fixes.patch @@ -66,3 +66,26 @@ static struct cmdinfo readdir_cmd; const char *d_type_str(unsigned int type) +--- scrub/read_verify.c ++++ scrub/read_verify.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include "workqueue.h" + #include "path.h" + #include "xfs.h" +--- scrub/xfs_scrub.c ++++ scrub/xfs_scrub.c +@@ -195,6 +195,10 @@ usage(void) + # define RUSAGE_BOTH (-2) + #endif + ++#ifndef _PATH_MOUNTED ++#define _PATH_MOUNTED MOUNTED ++#endif ++ + /* Get resource usage for ourselves and all children. */ + static int + scrub_getrusage( diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template index dda8d38e4c8..abe25fa2a9e 100644 --- a/srcpkgs/xfsprogs/template +++ b/srcpkgs/xfsprogs/template @@ -1,6 +1,6 @@ # Template file for 'xfsprogs' pkgname=xfsprogs -version=4.14.0 +version=4.15.0 revision=1 build_style=gnu-configure configure_args="--enable-readline=yes --enable-lib64=no" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://xfs.org/" distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz" -checksum=b1b710b268bc95d6f45eca06e1262c29eb38865a19cd4404e48ba446e043b7ec +checksum=17209a9b2aeb801b960cc4900f8a69e618da2ba1fbfe0131416a827a576cbf80 do_install() { make install install-dev DIST_ROOT=${DESTDIR} \