From fe97e75d962871fd9cd0d107aeea09044adda958 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 10 Aug 2012 21:41:44 +0000 Subject: [PATCH] [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 --- tools/sed/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 6c0c948c5e..019df953d6 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 -- 2.11.0