From df261c26ba84fbdc318defc1e44435e82159c70c Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 10 Aug 2012 22:38:09 +0000
Subject: [PATCH] sed: disable further SELinux features

SVN-Revision: 33120
---
 tools/sed/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
GitLab