xfsprogs: update to 4.7.0.
This commit is contained in:
parent
0b219801ce
commit
afa82289e9
|
@ -13,15 +13,6 @@
|
|||
|
||||
--- include/linux.h.orig 2016-02-29 00:39:26.000000000 +0100
|
||||
+++ include/linux.h 2016-03-15 16:19:01.326430077 +0100
|
||||
@@ -32,6 +32,8 @@
|
||||
#include <stdio.h>
|
||||
#include <asm/types.h>
|
||||
#include <mntent.h>
|
||||
+#include <linux/limits.h> /* XATTR_SIZE_MAX */
|
||||
+#include <stdio.h>
|
||||
|
||||
static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p)
|
||||
{
|
||||
@@ -142,6 +144,10 @@
|
||||
#define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
|
||||
#define EFSBADCRC EBADMSG /* Bad CRC detected */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xfsprogs'
|
||||
pkgname=xfsprogs
|
||||
version=4.5.0
|
||||
version=4.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-readline=yes --enable-lib64=no"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://xfs.org/"
|
||||
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/${pkgname}-${version}.tar.gz"
|
||||
checksum=e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8
|
||||
checksum=88580bb3e6847c3edef436703a4fae403fc19b20739db4c31166ee4b256178d7
|
||||
|
||||
do_install() {
|
||||
make install install-dev DIST_ROOT=${DESTDIR} \
|
||||
|
|
Loading…
Reference in New Issue