Author: cy
Date: Sat Jan 12 17:56:23 2019
New Revision: 342972
URL: https://svnweb.freebsd.org/changeset/base/342972

Log:
  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

Modified:
  head/lib/libsqlite3/Makefile

Modified: head/lib/libsqlite3/Makefile
==============================================================================
--- head/lib/libsqlite3/Makefile        Sat Jan 12 17:52:52 2019        
(r342971)
+++ head/lib/libsqlite3/Makefile        Sat Jan 12 17:56:23 2019        
(r342972)
@@ -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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to