]> git.pld-linux.org Git - packages/db5.3.git/blame - db5.3-sql-features.patch
- commit correct file...
[packages/db5.3.git] / db5.3-sql-features.patch
CommitLineData
21bea13e
JB
1--- db-5.3.21/dist/Makefile.in.orig 2012-05-11 19:57:48.000000000 +0200
2+++ db-5.3.21/dist/Makefile.in 2013-06-09 10:32:16.358179710 +0200
3@@ -106,7 +106,7 @@
4 # SQL support is optional, and can be built with static or shared libraries.
5 ##################################################
6 SQLFLAGS= -I$(builddir) -I$(builddir)/sql -I$(langdir)/sql/generated \
7- -D_HAVE_SQLITE_CONFIG_H @SQL_FLAGS@
8+ -D_HAVE_SQLITE_CONFIG_H @SQL_FLAGS@ -DSQLITE_ENABLE_COLUMN_METADATA=1
9
10 libsql_base= libdb_sql
11 libsql= $(libsql_base).a
This page took 0.037766 seconds and 4 git commands to generate.