Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/sqlite Build with -DSQLITE_ENABLE_FTS...



details:   https://anonhg.NetBSD.org/src/rev/05104b7f61fd
branches:  trunk
changeset: 770430:05104b7f61fd
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Oct 16 17:24:50 2011 +0000

description:
Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS

diffstat:

 external/public-domain/sqlite/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fad28f45c8ab -r 05104b7f61fd external/public-domain/sqlite/Makefile.inc
--- a/external/public-domain/sqlite/Makefile.inc        Sun Oct 16 17:24:32 2011 +0000
+++ b/external/public-domain/sqlite/Makefile.inc        Sun Oct 16 17:24:50 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2011/10/13 21:40:27 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.2 2011/10/16 17:24:50 joerg Exp $
 
 WARNS=         2
 
@@ -8,6 +8,7 @@
 
 CPPFLAGS+=     -DHAVE_READLINE=1 -DHAVE_LOCALTIME_R \
                -DSQLITE_HAVE_ISNAN -DSQLITE_ENABLE_FTS4 \
+               -DSQLITE_ENABLE_FTS3_PARENTHESIS \
                -DSQLITE_ENABLE_LOAD_EXTENSION
 
 CWARNFLAGS+=   -Wno-shadow -Wno-unused



Home | Main Index | Thread Index | Old Index