Build with jansson when not bootstrapping

Enables automatic validation of --package-metadata
This commit is contained in:
Luca Boccassi 2022-08-04 22:39:25 +01:00
parent 9ee9ffc894
commit 1fb1ae3dd6

View File

@ -370,7 +370,7 @@ BuildRequires: gcc
%endif
%if %{without bootstrap}
BuildRequires: gettext, flex, zlib-devel
BuildRequires: gettext, flex, zlib-devel, jansson-devel
%endif
%if %{with docs}
@ -667,6 +667,9 @@ esac
%endif
%if %{enable_separate_code}
--enable-separate-code=yes \
%endif
%if %{without bootstrap}
--enable-jansson=yes \
%endif
$CARGS \
--enable-plugins \