1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00

[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:
jow 2012-08-10 21:41:44 +00:00
parent 84db4593e7
commit fe97e75d96

View File

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