Disable FTS3, FTS4, and RTREE in bundled and private sqlite3.
Suggested by: delphij@ Reviewed by: delphij@ (for secteam@) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D18786
This commit is contained in:
parent
707347f886
commit
f2aac055e4
@ -33,9 +33,6 @@ CFLAGS+= -I${SQLITE} \
|
||||
-DHAVE_STRERROR_R=1 \
|
||||
-DHAVE_POSIX_FALLOCATE=1 \
|
||||
-D_REENTRANT=1 \
|
||||
-DSQLITE_THREADSAFE=1 \
|
||||
-DSQLITE_ENABLE_FTS3 \
|
||||
-DSQLITE_ENABLE_FTS4 \
|
||||
-DSQLITE_ENABLE_RTREE
|
||||
-DSQLITE_THREADSAFE=1
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user