- systemd.spec: introduce %{meson_extra_configure_options} to allow passing
extra meson configure options. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1524
This commit is contained in:
parent
aea07c1d29
commit
4f0e04e97b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 08:56:40 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd.spec: introduce %{meson_extra_configure_options} to allow passing
|
||||
extra meson configure options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 10:01:20 UTC 2024 - Radoslav Kolev <radoslav.kolev@suse.com>
|
||||
|
||||
|
@ -881,7 +881,9 @@ for the C APIs.
|
||||
-Dvmspawn=%{enabled_with experimental} \
|
||||
\
|
||||
-Dtests=%{when testsuite unsafe} \
|
||||
-Dinstall-tests=%{when testsuite}
|
||||
-Dinstall-tests=%{when testsuite} \
|
||||
\
|
||||
%{?meson_extra_configure_options}
|
||||
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user