sed: disable further SELinux features
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 22:38:09 +0000 (22:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 22:38:09 +0000 (22:38 +0000)
SVN-Revision: 33120

tools/sed/Makefile

index 019df953d60272ff4e5251cc0897b266eb787489..210feceb715f60d2b4b464ea39332dcc4ab06d8c 100644 (file)
@@ -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"