spec: also explicitly enable/disable ukify support
For upstream packit builds with https://github.com/systemd/systemd/pull/24175.
This commit is contained in:
parent
49575fa6ed
commit
45fc64ccd0
@ -685,7 +685,12 @@ else
|
|||||||
# For now, let's build the bootloader in the same places where we
|
# For now, let's build the bootloader in the same places where we
|
||||||
# built with gnu-efi. Later on, we might want to extend coverage, but
|
# built with gnu-efi. Later on, we might want to extend coverage, but
|
||||||
# considering that that support is untested, let's not do this now.
|
# considering that that support is untested, let's not do this now.
|
||||||
CONFIGURE_OPTS+=( -Dbootloader=%[%{?have_gnu_efi}?"true":"false"] )
|
# Note, ukify requires bootloader, let's also explicitly enable/disable it
|
||||||
|
# here for https://github.com/systemd/systemd/pull/24175.
|
||||||
|
CONFIGURE_OPTS+=(
|
||||||
|
-Dbootloader=%[%{?have_gnu_efi}?"true":"false"]
|
||||||
|
-Dukify=%[%{?have_gnu_efi}?"true":"false"]
|
||||||
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%if %{without lto}
|
%if %{without lto}
|
||||||
|
Loading…
Reference in New Issue
Block a user