summaryrefslogtreecommitdiff
path: root/tools/sed
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 6c0c948..019df95 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