Skip to content

Commit

Permalink
fix(Makefile): add missing parameter for enabling FTS5 #4832 (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabac6 authored Jan 6, 2025
1 parent 79888c0 commit 4ca735d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Data/SQLite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ SYSFLAGS += -DSQLITE_THREADSAFE=1 -DSQLITE_DISABLE_LFS \
objects = Binder Extractor Notifier SessionImpl Connector \
SQLiteException SQLiteStatementImpl Utility

ifdef POCO_ENABLE_SQLITE_FTS5
SYSFLAGS += -DSQLITE_ENABLE_FTS5
endif

ifdef POCO_UNBUNDLED
SYSLIBS += -lsqlite3
else
Expand Down

0 comments on commit 4ca735d

Please sign in to comment.