From 673cf73cee0fcb8a52d79b8ae52e63574522e90a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 26 Feb 2011 17:40:09 +0000 Subject: [PATCH] xfsprogs: explicitely disable gettext and 64bit library support SVN-Revision: 25733 --- package/xfsprogs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index 1ba38b1c3c..fc2b764332 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 \ -- 2.30.2