diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 6c0c948c5..019df953d 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -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