diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 22:38:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 22:38:09 +0000 |
commit | df261c26ba84fbdc318defc1e44435e82159c70c (patch) | |
tree | e266f0a4d379e20f36f876ef00b50916e06e250f /tools/sed/Makefile | |
parent | 638a3eb4fd814af4e368e339870c124de45692d4 (diff) | |
download | upstream-df261c26ba84fbdc318defc1e44435e82159c70c.tar.gz upstream-df261c26ba84fbdc318defc1e44435e82159c70c.tar.bz2 upstream-df261c26ba84fbdc318defc1e44435e82159c70c.zip |
sed: disable further SELinux features
SVN-Revision: 33120
Diffstat (limited to 'tools/sed/Makefile')
-rw-r--r-- | tools/sed/Makefile | 2 |
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" |