[package] xfsprogs: explicitely disable gettext and 64bit library support
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 26 Feb 2011 17:40:09 +0000 (17:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 26 Feb 2011 17:40:09 +0000 (17:40 +0000)
SVN-Revision: 25733

package/xfsprogs/Makefile

index 1ba38b1c3c08ab0df9c99c9db719e448895253bb..fc2b7643328010b48c809367c9daa8595b14f416 100644 (file)
@@ -42,6 +42,10 @@ $(call Package/xfsprogs/default)
   TITLE:=Utility for increasing the size of XFS filesystems
 endef
 
   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 \
 TARGET_CFLAGS += \
        -I$(STAGING_DIR)/usr/include \
        -D_LARGEFILE64_SOURCE \