mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02: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:
parent
84db4593e7
commit
fe97e75d96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user