diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 06:09:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 06:09:49 +0000 |
| commit | f43a4184c37e9da3f0b29a1b5ccb5187942f7096 (patch) | |
| tree | 59997a38dbd243ac36c37d0b1b7f5e8cb715e626 | |
| parent | 4eecd219e11b9df652f18e864209128820bb4238 (diff) | |
Notes
| -rw-r--r-- | lib/libsqlite3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile index 82a40c49b240..edcbe8ac56cb 100644 --- a/lib/libsqlite3/Makefile +++ b/lib/libsqlite3/Makefile @@ -36,7 +36,6 @@ CFLAGS+= -I${SQLITE} \ -DSQLITE_THREADSAFE=1 \ -DSQLITE_ENABLE_FTS3 \ -DSQLITE_ENABLE_FTS4 \ - -DSQLITE_ENABLE_FTS5 \ -DSQLITE_ENABLE_RTREE .include <bsd.lib.mk> |
