summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/xfsprogs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile
index 1ba38b1c3..fc2b76433 100644
--- a/package/xfsprogs/Makefile
+++ b/package/xfsprogs/Makefile
@@ -42,6 +42,10 @@ $(call Package/xfsprogs/default)
TITLE:=Utility for increasing the size of XFS filesystems
endef
+CONFIGURE_ARGS += \
+ --enable-gettext=no \
+ --enable-lib64=no
+
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
-D_LARGEFILE64_SOURCE \