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 enable unlock notify



details:   https://anonhg.NetBSD.org/src/rev/d60e0d68a7fb
branches:  trunk
changeset: 771131:d60e0d68a7fb
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 11 01:34:18 2011 +0000

description:
enable unlock notify

diffstat:

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

diffs (17 lines):

diff -r 8aa7bf81dcee -r d60e0d68a7fb external/public-domain/sqlite/Makefile.inc
--- a/external/public-domain/sqlite/Makefile.inc        Thu Nov 10 22:33:12 2011 +0000
+++ b/external/public-domain/sqlite/Makefile.inc        Fri Nov 11 01:34:18 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/10/16 17:24:50 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/11/11 01:34:18 christos Exp $
 
 WARNS=         2
 
@@ -9,6 +9,7 @@
 CPPFLAGS+=     -DHAVE_READLINE=1 -DHAVE_LOCALTIME_R \
                -DSQLITE_HAVE_ISNAN -DSQLITE_ENABLE_FTS4 \
                -DSQLITE_ENABLE_FTS3_PARENTHESIS \
+               -DSQLITE_ENABLE_UNLOCK_NOTIFY \
                -DSQLITE_ENABLE_LOAD_EXTENSION
 
 CWARNFLAGS+=   -Wno-shadow -Wno-unused



Home | Main Index | Thread Index | Old Index