remove configure flag --enable-json1, as it is default from 3.38.0

Its usage causes warnings, as the flag is not available anymore.
Upstream docs: https://www.sqlite.org/compile.html#enable_json1

Moreover --disable-dependency-tracking and --enable-threads-override-locks
flags are not supported by the sqlite, but used as configure options and
are causing WARNING.
This is because they are a part of %configure macro and can not be
removed easily from there.
This commit is contained in:
Zuzana Miklankova 2022-05-02 11:24:13 +02:00
parent f45efa0be6
commit 1b8b324002
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ export CFLAGS="$CFLAGS -mbranch-protection=standard"
%configure %{!?with_tcl:--disable-tcl} \
--enable-rtree \
--enable-json1 \
--enable-fts3 \
--enable-fts4 \
--enable-fts5 \