Source-Changes-HG archive

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

[src/netbsd-6]: src/external/public-domain/sqlite Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/11c513449e16
branches:  netbsd-6
changeset: 774174:11c513449e16
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jun 11 17:51:41 2012 +0000

description:
Pull up following revision(s) (requested by khorben in ticket #294):
        external/public-domain/sqlite/Makefile.inc: revision 1.4
PR/46322: Pierre Pronchery: SQLite from base is compiled without
SQLITE_ENABLE_COLUMN_METADATA
XXX: Pullup for 6

diffstat:

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

diffs (18 lines):

diff -r a71ef72cdb86 -r 11c513449e16 external/public-domain/sqlite/Makefile.inc
--- a/external/public-domain/sqlite/Makefile.inc        Mon Jun 11 17:50:10 2012 +0000
+++ b/external/public-domain/sqlite/Makefile.inc        Mon Jun 11 17:51:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2011/11/11 01:34:18 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3.2.1 2012/06/11 17:51:41 riz Exp $
 
 WARNS=         2
 
@@ -10,6 +10,7 @@
                -DSQLITE_HAVE_ISNAN -DSQLITE_ENABLE_FTS4 \
                -DSQLITE_ENABLE_FTS3_PARENTHESIS \
                -DSQLITE_ENABLE_UNLOCK_NOTIFY \
-               -DSQLITE_ENABLE_LOAD_EXTENSION
+               -DSQLITE_ENABLE_LOAD_EXTENSION \
+               -DSQLITE_ENABLE_COLUMN_METADATA
 
 CWARNFLAGS+=   -Wno-shadow -Wno-unused



Home | Main Index | Thread Index | Old Index