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
|
%endif
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: gettext, flex, zlib-devel
|
BuildRequires: gettext, flex, zlib-devel, jansson-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
@ -667,6 +667,9 @@ esac
|
|||||||
%endif
|
%endif
|
||||||
%if %{enable_separate_code}
|
%if %{enable_separate_code}
|
||||||
--enable-separate-code=yes \
|
--enable-separate-code=yes \
|
||||||
|
%endif
|
||||||
|
%if %{without bootstrap}
|
||||||
|
--enable-jansson=yes \
|
||||||
%endif
|
%endif
|
||||||
$CARGS \
|
$CARGS \
|
||||||
--enable-plugins \
|
--enable-plugins \
|
||||||
|
Loading…
Reference in New Issue
Block a user