Disable bpf filters on s390x

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-04 17:53:46 +01:00
parent 206f30e9fd
commit c1e2f480f7
1 changed files with 2 additions and 6 deletions

View File

@ -104,13 +104,9 @@ Patch0501: https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8
%global have_gnu_efi 1
%endif
# bpf build fails on arm32 and ppc64el:
# https://bugzilla.redhat.com/show_bug.cgi?id=2035608
# https://github.com/systemd/systemd/issues/21900
#
# Also disable on arm64:
# Disable on arm64, s390x, ppc64el, and arm where it either is not supported or does't work.
# https://bugzilla.redhat.com/show_bug.cgi?id=2036145
%ifnarch ppc64le %{arm} aarch64
%ifnarch ppc64le %{arm} aarch64 s390x
%global want_bpf_framework 1
%endif