From: jow Date: Fri, 10 Aug 2012 22:38:09 +0000 (+0000) Subject: [tools] sed: disable further SELinux features X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=50c933eb3eb98417a72268b5816fe2b2e96dfd64;p=openwrt.git [tools] sed: disable further SELinux features git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33120 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 019df953d6..210feceb71 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -23,6 +23,8 @@ HOST_CONFIGURE_ARGS += \ HOST_CONFIGURE_VARS += \ ac_cv_search_setfilecon=no \ + ac_cv_header_selinux_context_h=no \ + ac_cv_header_selinux_selinux_h=no \ define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"