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:
parent
6fc7b83800
commit
5141372014
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user