aboutsummaryrefslogtreecommitdiffstats
path: root/package/xfsprogs
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
commitc076125a5446f5f948dab51bcb40a157311b4e4c (patch)
tree011c5aa19e99684aab1d5204118846b4866c62d7 /package/xfsprogs
parent42c9079c71a49deead45ff0405937cb9210d3f6d (diff)
downloadupstream-c076125a5446f5f948dab51bcb40a157311b4e4c.tar.gz
upstream-c076125a5446f5f948dab51bcb40a157311b4e4c.tar.bz2
upstream-c076125a5446f5f948dab51bcb40a157311b4e4c.zip
[package] xfsprogs: explicitely disable gettext and 64bit library support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/xfsprogs')
-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 \