SHA256
1
0
forked from pool/systemd

- 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:
Franck Bui 2024-05-22 08:58:36 +00:00 committed by Git OBS Bridge
parent aea07c1d29
commit 4f0e04e97b
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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