fix build on riscv64: vmspawn is currently not supported for this arch

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1540
This commit is contained in:
Franck Bui 2024-07-05 07:59:05 +00:00 committed by Git OBS Bridge
parent 6fc7b83800
commit 5141372014

View File

@ -856,7 +856,11 @@ for the C APIs.
%endif
-Dsshdprivsepdir=no \
-Dsysupdate=%{enabled_with experimental} \
%ifarch riscv64
-Dvmspawn=disabled \
%else
-Dvmspawn=%{enabled_with experimental} \
%endif
\
-Dtests=%{when testsuite unsafe} \
-Dinstall-tests=%{when testsuite} \