summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-02-26 17:40:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-02-26 17:40:09 +0000
commit673cf73cee0fcb8a52d79b8ae52e63574522e90a (patch)
tree24379e54391c4e6251856340dc09a09e9e1761d8
parentb4e4c64fd4bc2e04de30fc50075fc250147c2a3d (diff)
downloadmaster-31e0f0ae-673cf73cee0fcb8a52d79b8ae52e63574522e90a.tar.gz
master-31e0f0ae-673cf73cee0fcb8a52d79b8ae52e63574522e90a.tar.bz2
master-31e0f0ae-673cf73cee0fcb8a52d79b8ae52e63574522e90a.zip
xfsprogs: explicitely disable gettext and 64bit library support
SVN-Revision: 25733
-rw-r--r--package/xfsprogs/Makefile4
1 files changed, 4 insertions, 0 deletions
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 \