|
|
@@ -4,9 +4,9 @@
|
|
|
include ${ADK_TOPDIR}/rules.mk
|
|
|
|
|
|
PKG_NAME:= xfsprogs
|
|
|
-PKG_VERSION:= 6.9.0
|
|
|
+PKG_VERSION:= 7.0.0
|
|
|
PKG_RELEASE:= 1
|
|
|
-PKG_HASH:= 975284783fb3fbc4e1ae640bd804d788e4237a86b07582acee86b6e48f6521b7
|
|
|
+PKG_HASH:= c05930b04e7a0e6c9115cf891cd4e973231d7066b2d6b2993d23705089678988
|
|
|
PKG_DESCR:= utilities for xfs filesystems
|
|
|
PKG_SECTION:= sys/fs
|
|
|
PKG_DEPENDS:= libuuid libblkid libncurses libinih liburcu
|
|
|
@@ -15,16 +15,12 @@ PKG_NEEDS:= threads
|
|
|
PKG_URL:= http://oss.sgi.com/projects/xfs
|
|
|
PKG_SITES:= https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
|
|
|
|
|
|
-PKG_NOPARALLEL:= 1
|
|
|
-
|
|
|
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 -luuid
|
|
|
INSTALL_STYLE:= manual
|
|
|
CONFIGURE_ARGS+= --enable-gettext=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
|