1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-11 10:06:25 +02:00

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

SVN-Revision: 33119
This commit is contained in:
Jo-Philipp Wich 2012-08-10 21:41:44 +00:00
parent 65d6a44baa
commit 638a3eb4fd

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