ukify is disabled when -Dbootloader=no

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1451
This commit is contained in:
Franck Bui 2023-09-27 14:56:42 +00:00 committed by Git OBS Bridge
parent 478cb79ec5
commit df4bf73ed0

View File

@ -782,7 +782,11 @@ export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
-Doomd=%{when experimental} \
-Drepart=%{when experimental} \
-Dsysupdate=%{when experimental} \
%if %{with sd_boot}
-Dukify=%{when experimental} \
%else
-Dukify=no \
%endif
\
-Dtests=%{when testsuite unsafe} \
-Dinstall-tests=%{when testsuite}