diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-03-12 17:19:14 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-03-14 01:20:08 -0700 |
commit | a7dfb006fe7478841e9a0f81ea594ab1a2fb04bf (patch) | |
tree | 71c3e7fdd8ab7bd2c524ee1d63675d572c4a77fc /libs/sqlite3/Config-lib.in | |
parent | ddb16c7d93141e9d621360108d659daa2c5c65c5 (diff) |
sqlite3: Update to 3.41.1
Removed `SQLITE3_JSON1` option as it was dropped by upstream.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'libs/sqlite3/Config-lib.in')
-rw-r--r-- | libs/sqlite3/Config-lib.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/sqlite3/Config-lib.in b/libs/sqlite3/Config-lib.in index 7fcdb1bde..12313c63d 100644 --- a/libs/sqlite3/Config-lib.in +++ b/libs/sqlite3/Config-lib.in @@ -39,12 +39,6 @@ config SQLITE3_FTS5 help Enable FTS5 support. -config SQLITE3_JSON1 - bool "JSON1 extension" - default y - help - Include JSON1 support. This is the default. - config SQLITE3_RTREE bool "R-Tree support" default y |