mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +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_selinux}%{?!build_selinux:%bcond_with selinux}
|
||||||
%{?build_systap}%{?!build_systap:%bcond_without systap}
|
%{?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
|
# Allow make check to fail only when running kernels where we know
|
||||||
# tests must pass (no missing features or bugs in the kernel)
|
# tests must pass (no missing features or bugs in the kernel)
|
||||||
%define check_min_kver 2.6.21
|
%define check_min_kver 2.6.21
|
||||||
|
@ -1007,9 +1010,9 @@ function BuildGlibc() {
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
%if %{with selinux}
|
%if %{with selinux}
|
||||||
--with-selinux \
|
--enable-selinux \
|
||||||
%else
|
%else
|
||||||
--without-selinux \
|
--disable-selinux \
|
||||||
%endif
|
%endif
|
||||||
--enable-bind-now \
|
--enable-bind-now \
|
||||||
$ExtraFlags \
|
$ExtraFlags \
|
||||||
|
|
Loading…
Add table
Reference in a new issue