sqlite: update to 3.38.0.
Also remove -DSQLITE_ENABLE_JSON1 as JSON is now on by default, and revbump sqlite common/shlibs entry.
This commit is contained in:
parent
9efd3d0a45
commit
22260bc938
2 changed files with 4 additions and 4 deletions
|
@ -352,7 +352,7 @@ libpoppler-cpp.so.0 poppler-cpp-0.18.2_1
|
|||
libpoppler-qt5.so.1 poppler-qt5-0.31.0_1
|
||||
libtcl8.6.so tcl-8.6.0_1
|
||||
libtk8.6.so tk-8.6.1_3
|
||||
libsqlite3.so.0 sqlite-3.31.1_3
|
||||
libsqlite3.so.0 sqlite-3.38.0_1
|
||||
libIDL-2.so.0 libIDL-0.8.13_1
|
||||
libnspr4.so nspr-4.8_1
|
||||
libplc4.so nspr-4.8_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlite'
|
||||
pkgname=sqlite
|
||||
version=3.37.2
|
||||
version=3.38.0
|
||||
revision=1
|
||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||
|
@ -13,10 +13,10 @@ license="Public Domain"
|
|||
homepage="https://sqlite.org/"
|
||||
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
||||
distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||
checksum=4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8
|
||||
checksum=1c76e25dc63d9f3935e0f406aec520a33ee77cf54ea5147dffe1fae8369eff68
|
||||
|
||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
|
||||
-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 \
|
||||
-DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_BATCH_ATOMIC_WRITE=1 \
|
||||
-DSQLITE_ENABLE_DESERIALIZE"
|
||||
|
|
Loading…
Reference in a new issue