]> git.pld-linux.org Git - packages/db6.1.git/blob - db6.1-sql-features.patch
- updated to 6.1.29
[packages/db6.1.git] / db6.1-sql-features.patch
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.050342 seconds and 3 git commands to generate.