summaryrefslogtreecommitdiff
path: root/package/xfsprogs/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:37:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:38:24 +0200
commit01aaead0d32e5e43640285d870f22f31557af255 (patch)
tree4bac7dd06c5bc04635973ce75e892a1d5ebd447e /package/xfsprogs/Makefile
parent083c4c7c198f3a474064b48a7c6ef7821e98e129 (diff)
xfsprogs: update to 4.11.0
Diffstat (limited to 'package/xfsprogs/Makefile')
-rw-r--r--package/xfsprogs/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile
index 7d13795e6..245abcc59 100644
--- a/package/xfsprogs/Makefile
+++ b/package/xfsprogs/Makefile
@@ -4,29 +4,27 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= xfsprogs
-PKG_VERSION:= 4.7.0
+PKG_VERSION:= 4.11.0
PKG_RELEASE:= 1
-PKG_HASH:= 88580bb3e6847c3edef436703a4fae403fc19b20739db4c31166ee4b256178d7
+PKG_HASH:= c3a6d87b564d7738243c507df82276bed982265e345363a95f2c764e8a5f5bb2
PKG_DESCR:= utilities for xfs filesystems
PKG_SECTION:= sys/fs
-PKG_DEPENDS:= libuuid libncurses
+PKG_DEPENDS:= libuuid libblkid libncurses
PKG_BUILDDEP:= e2fsprogs ncurses
PKG_NEEDS:= threads
PKG_URL:= http://oss.sgi.com/projects/xfs
-PKG_SITES:= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \
- ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
+PKG_SITES:= https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
PKG_NOPARALLEL:= 1
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,XFSPROGS,xfsprogs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_LDFLAGS+= -lblkid
INSTALL_STYLE:= manual
-TARGET_LDFLAGS+= -lrt
CONFIGURE_ARGS+= --enable-gettext=no \
- --enable-blkid=no \
+ --enable-blkid=yes \
--with-gnu-ld
CONFIGURE_ENV+= DEBUG=" " OPTIMIZER=" " PLATFORM=linux \
ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes