Allow setting extra configure options using %meson_extra_configure_options

Will be used when building upstream to enable developer mode or sanitizers
for example.
This commit is contained in:
Daan De Meyer 2024-02-21 15:42:47 +01:00
parent 104532bab2
commit dc3dcc0114
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ CONFIGURE_OPTS=(
%global _lto_cflags %nil
%endif
{ %meson "${CONFIGURE_OPTS[@]}"; }
{ %meson "${CONFIGURE_OPTS[@]}" %{?meson_extra_configure_options} ; }
%meson_build