sed: disable further SELinux features
SVN-Revision: 33120
This commit is contained in:
parent
638a3eb4fd
commit
df261c26ba
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ HOST_CONFIGURE_ARGS += \
|
||||||
|
|
||||||
HOST_CONFIGURE_VARS += \
|
HOST_CONFIGURE_VARS += \
|
||||||
ac_cv_search_setfilecon=no \
|
ac_cv_search_setfilecon=no \
|
||||||
|
ac_cv_header_selinux_context_h=no \
|
||||||
|
ac_cv_header_selinux_selinux_h=no \
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
|
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
|
||||||
|
|
Loading…
Reference in a new issue