summaryrefslogtreecommitdiff
path: root/tools/sed
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 22:38:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 22:38:09 +0000
commitdf261c26ba84fbdc318defc1e44435e82159c70c (patch)
treee266f0a4d379e20f36f876ef00b50916e06e250f /tools/sed
parent638a3eb4fd814af4e368e339870c124de45692d4 (diff)
downloadmtk-20170518-df261c26ba84fbdc318defc1e44435e82159c70c.zip
mtk-20170518-df261c26ba84fbdc318defc1e44435e82159c70c.tar.gz
mtk-20170518-df261c26ba84fbdc318defc1e44435e82159c70c.tar.bz2
sed: disable further SELinux features
SVN-Revision: 33120
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 019df95..210fece 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"