浏览代码

xfsprogs: explicitely disable gettext and 64bit library support

SVN-Revision: 25733
Jo-Philipp Wich 14 年之前
父节点
当前提交
673cf73cee
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/xfsprogs/Makefile

+ 4 - 0
package/xfsprogs/Makefile

@@ -42,6 +42,10 @@ $(call Package/xfsprogs/default)
   TITLE:=Utility for increasing the size of XFS filesystems
   TITLE:=Utility for increasing the size of XFS filesystems
 endef
 endef
 
 
+CONFIGURE_ARGS += \
+	--enable-gettext=no \
+	--enable-lib64=no
+
 TARGET_CFLAGS += \
 TARGET_CFLAGS += \
 	-I$(STAGING_DIR)/usr/include \
 	-I$(STAGING_DIR)/usr/include \
 	-D_LARGEFILE64_SOURCE \
 	-D_LARGEFILE64_SOURCE \