Merge pull request #14380 from neheb/x

xfsprogs: fix compilation under glibc
This commit is contained in:
Rosen Penev 2020-12-30 17:07:59 -08:00 committed by GitHub
commit d0128d7dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xfsprogs
PKG_VERSION:=5.9.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/fs/xfs/xfsprogs
@ -68,6 +68,7 @@ CONFIGURE_ARGS += \
--disable-libicu
TARGET_CFLAGS += -DHAVE_MAP_SYNC
TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lrt)
define Package/xfs-admin/install
$(INSTALL_DIR) $(1)/sbin