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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33119 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2012-08-10 21:41:44 +00:00
parent cc0dd3bd46
commit 85d7e4c409

View File

@@ -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