浏览代码

sed: unconditionally disable SELinux, NLS and ACL support (#12007)

SVN-Revision: 33119
Jo-Philipp Wich 13 年之前
父节点
当前提交
638a3eb4fd
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      tools/sed/Makefile

+ 7 - 0
tools/sed/Makefile

@@ -17,6 +17,13 @@ export SED:=
 
 include $(INCLUDE_DIR)/host-build.mk
 
+HOST_CONFIGURE_ARGS += \
+	--disable-acl \
+	--disable-nls \
+
+HOST_CONFIGURE_VARS += \
+	ac_cv_search_setfilecon=no \
+
 define Host/Compile
 	$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
 endef