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:
Cy Schubert 2019-01-12 17:56:23 +00:00
parent 707347f886
commit f2aac055e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342972

View File

@ -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>