mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 07:42:54 +00:00
disable selinux, new version of libselinux not yet available
This commit is contained in:
parent
082757f1d1
commit
605d936225
1 changed files with 5 additions and 2 deletions
|
@ -27,6 +27,9 @@
|
|||
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}
|
||||
%{?build_systap}%{?!build_systap:%bcond_without systap}
|
||||
|
||||
# FIXME disable libselinux, new version is not yet available
|
||||
%bcond_with selinux
|
||||
|
||||
# Allow make check to fail only when running kernels where we know
|
||||
# tests must pass (no missing features or bugs in the kernel)
|
||||
%define check_min_kver 2.6.21
|
||||
|
@ -1007,9 +1010,9 @@ function BuildGlibc() {
|
|||
--disable-profile \
|
||||
--enable-static \
|
||||
%if %{with selinux}
|
||||
--with-selinux \
|
||||
--enable-selinux \
|
||||
%else
|
||||
--without-selinux \
|
||||
--disable-selinux \
|
||||
%endif
|
||||
--enable-bind-now \
|
||||
$ExtraFlags \
|
||||
|
|
Loading…
Add table
Reference in a new issue