From: jow Date: Sat, 26 Feb 2011 17:40:09 +0000 (+0000) Subject: [package] xfsprogs: explicitely disable gettext and 64bit library support X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ea40c99f2a12aac007f7c1cfc58c1e8a2f41793d [package] xfsprogs: explicitely disable gettext and 64bit library support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25733 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \