|
@@ -4,29 +4,27 @@
|
|
include ${ADK_TOPDIR}/rules.mk
|
|
include ${ADK_TOPDIR}/rules.mk
|
|
|
|
|
|
PKG_NAME:= xfsprogs
|
|
PKG_NAME:= xfsprogs
|
|
-PKG_VERSION:= 4.7.0
|
|
|
|
|
|
+PKG_VERSION:= 4.11.0
|
|
PKG_RELEASE:= 1
|
|
PKG_RELEASE:= 1
|
|
-PKG_HASH:= 88580bb3e6847c3edef436703a4fae403fc19b20739db4c31166ee4b256178d7
|
|
|
|
|
|
+PKG_HASH:= c3a6d87b564d7738243c507df82276bed982265e345363a95f2c764e8a5f5bb2
|
|
PKG_DESCR:= utilities for xfs filesystems
|
|
PKG_DESCR:= utilities for xfs filesystems
|
|
PKG_SECTION:= sys/fs
|
|
PKG_SECTION:= sys/fs
|
|
-PKG_DEPENDS:= libuuid libncurses
|
|
|
|
|
|
+PKG_DEPENDS:= libuuid libblkid libncurses
|
|
PKG_BUILDDEP:= e2fsprogs ncurses
|
|
PKG_BUILDDEP:= e2fsprogs ncurses
|
|
PKG_NEEDS:= threads
|
|
PKG_NEEDS:= threads
|
|
PKG_URL:= http://oss.sgi.com/projects/xfs
|
|
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
|
|
PKG_NOPARALLEL:= 1
|
|
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|
|
|
|
|
|
|
|
include ${ADK_TOPDIR}/mk/package.mk
|
|
include ${ADK_TOPDIR}/mk/package.mk
|
|
|
|
|
|
$(eval $(call PKG_template,XFSPROGS,xfsprogs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
|
|
$(eval $(call PKG_template,XFSPROGS,xfsprogs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
|
|
|
|
|
|
|
|
+TARGET_LDFLAGS+= -lblkid
|
|
INSTALL_STYLE:= manual
|
|
INSTALL_STYLE:= manual
|
|
-TARGET_LDFLAGS+= -lrt
|
|
|
|
CONFIGURE_ARGS+= --enable-gettext=no \
|
|
CONFIGURE_ARGS+= --enable-gettext=no \
|
|
- --enable-blkid=no \
|
|
|
|
|
|
+ --enable-blkid=yes \
|
|
--with-gnu-ld
|
|
--with-gnu-ld
|
|
CONFIGURE_ENV+= DEBUG=" " OPTIMIZER=" " PLATFORM=linux \
|
|
CONFIGURE_ENV+= DEBUG=" " OPTIMIZER=" " PLATFORM=linux \
|
|
ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes
|
|
ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes
|