parent
cb5dce80c6
commit
37218637d1
2 changed files with 25 additions and 2 deletions
|
@ -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 <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/statvfs.h>
|
||||
+#include <pthread.h>
|
||||
#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(
|
||||
|
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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} \
|
||||
|
|
Loading…
Reference in a new issue