]> git.pld-linux.org Git - packages/db6.1.git/blame - db6.1-sql-features.patch
- updated to 6.1.29
[packages/db6.1.git] / db6.1-sql-features.patch
CommitLineData
729b9a0e
JB
1--- db-6.1.19/dist/Makefile.in.orig 2014-10-26 09:33:31.313195420 +0100
2+++ db-6.1.19/dist/Makefile.in 2014-10-26 09:33:34.319861960 +0100
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 LIBSQLSO_LIBS= @LIBSQLSO_LIBS@ @LIBCSO_LIBS@ @LIBSO_LIBS@
10
11 libsql_base= libdb_sql
This page took 0.065232 seconds and 4 git commands to generate.