Skip to content
Snippets Groups Projects
Commit 638a3eb4 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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

SVN-Revision: 33119
parent 65d6a44b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment