[openSUSE][RPM] Fix enabling features on non-x86_64 #51

Merged
Vogtinator merged 1 commits from specfix into factory 2024-02-12 09:55:10 +01:00

View File

@@ -653,6 +653,7 @@ EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g
--enable-xen \
--enable-xen-pci-passthrough \
%endif
%endif
%if 0%{with xdp}
--enable-af-xdp \
%endif
@@ -680,7 +681,6 @@ EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g
%ifnarch %arm s390x
--enable-numa \
%endif
%endif
%if 0%{?with_rbd}
--enable-rbd \
%endif