diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 04:51:47 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 04:51:47 +0000 |
| commit | 8bdc8245c728a0e7e17c549e7450da976341e8fd (patch) | |
| tree | 1b8acd828895137f909cbbba926877092b984d89 /lib/libsqlite3 | |
| parent | 54a411221f6b263fd4147f0e9d7cc3b8a57d14f8 (diff) | |
Notes
Diffstat (limited to 'lib/libsqlite3')
| -rw-r--r-- | lib/libsqlite3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile index edcbe8ac56cb..82a40c49b240 100644 --- a/lib/libsqlite3/Makefile +++ b/lib/libsqlite3/Makefile @@ -36,6 +36,7 @@ CFLAGS+= -I${SQLITE} \ -DSQLITE_THREADSAFE=1 \ -DSQLITE_ENABLE_FTS3 \ -DSQLITE_ENABLE_FTS4 \ + -DSQLITE_ENABLE_FTS5 \ -DSQLITE_ENABLE_RTREE .include <bsd.lib.mk> |
