1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-11 01:56:24 +02:00

sed: disable further SELinux features

SVN-Revision: 33120
This commit is contained in:
Jo-Philipp Wich 2012-08-10 22:38:09 +00:00
parent 638a3eb4fd
commit df261c26ba

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