Skip to content
Commit 84c8cc25 authored by Carlos Garnacho's avatar Carlos Garnacho
Browse files

build: Mandate that sqlite3 >= 3.20.0 has fts5 builtin

That sqlite3 version brought incompatibilities in the fts5 interface,
fts5 modules generated from < 3.20.0 trees won't work with sqlite3
>= 3.20.0, and viceversa.

Since it's not feasible nor desirable to include an additional fts5
module copy nor an embedded sqlite3 amalgamation copy, mandate that
SQLite was compiled with --enable-fts5 if >= 3.20.0 is found.

The current copy of the fts5 module is kept around for sqlite3 < 3.20.0,
so we don't make this a mandatory requirement for earlier versions.

https://bugzilla.gnome.org/show_bug.cgi?id=785883
parent 5fd569e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment