Build with jansson when not bootstrapping
Enables automatic validation of --package-metadata
This commit is contained in:
parent
9ee9ffc894
commit
1fb1ae3dd6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user