From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 21:41:44 +0000 (+0000) Subject: sed: unconditionally disable SELinux, NLS and ACL support (#12007) X-Git-Tag: reboot~13143 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=638a3eb4fd814af4e368e339870c124de45692d4;p=openwrt%2F.git sed: unconditionally disable SELinux, NLS and ACL support (#12007) SVN-Revision: 33119 --- 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