xfsprogs: update to 4.3.0.
This commit is contained in:
parent
89d1d3bdc2
commit
1efa76c6a8
|
@ -13,10 +13,11 @@
|
|||
|
||||
--- include/linux.h.orig 2015-08-04 01:37:12.000000000 +0200
|
||||
+++ include/linux.h 2015-10-03 21:19:02.256382607 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
@@ -30,7 +30,8 @@
|
||||
#include <endian.h>
|
||||
#include <stdbool.h>
|
||||
#include <asm/types.h>
|
||||
#include <mntent.h>
|
||||
+#include <linux/limits.h> /* XATTR_SIZE_MAX */
|
||||
|
||||
static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xfsprogs'
|
||||
pkgname=xfsprogs
|
||||
version=4.2.0
|
||||
version=4.3.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=3deab1ad0f4635e54053aa45add27bd48cd87a188c16ac60f4789e01730e5260
|
||||
checksum=3e570ad51153e4be3792f42b2c805ddbd46b55d166eba3102ec87d5006d4cb5c
|
||||
|
||||
do_install() {
|
||||
make install install-dev DIST_ROOT=${DESTDIR} \
|
||||
|
|
Loading…
Reference in New Issue