Skip to content

Commit

Permalink
sqlite: Enable version 5 of full text search extension
Browse files Browse the repository at this point in the history
> --enable-fts5: enable version 5 of the full text search extension.
  • Loading branch information
pmenzel committed Jan 3, 2020
1 parent 100f0f2 commit 8939736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlite.be0
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mee_configure() {
--enable-threadsafe \
--enable-readline \
--enable-dynamic-extensions \
--enable-fts5 \
CFLAGS="-g -O2 \
-DSQLITE_ENABLE_FTS3=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
Expand Down

0 comments on commit 8939736

Please sign in to comment.