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 PR/46322: Pierre Pronchery: SQ...
details: https://anonhg.NetBSD.org/src/rev/f7917097b47a
branches: trunk
changeset: 778728:f7917097b47a
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 11 00:41:41 2012 +0000
description:
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 602f96353006 -r f7917097b47a external/public-domain/sqlite/Makefile.inc
--- a/external/public-domain/sqlite/Makefile.inc Tue Apr 10 23:59:47 2012 +0000
+++ b/external/public-domain/sqlite/Makefile.inc Wed Apr 11 00:41: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.4 2012/04/11 00:41:41 christos 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