aboutsummaryrefslogtreecommitdiffstats
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
commit06d0aa1fb64fb56c8af5ca08e7c49fe8430202d2 (patch)
treedd3a8badf2dd14b9a1566d2a09d4d4bbb6d149d8 /tools/sed
parent85d7e4c4099b1524a110948edd3cfdf6a491ec6e (diff)
downloadmaster-187ad058-06d0aa1fb64fb56c8af5ca08e7c49fe8430202d2.tar.gz
master-187ad058-06d0aa1fb64fb56c8af5ca08e7c49fe8430202d2.tar.bz2
master-187ad058-06d0aa1fb64fb56c8af5ca08e7c49fe8430202d2.zip
[tools] sed: disable further SELinux features
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33120 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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"