]> git.pld-linux.org Git - packages/db5.3.git/blob - db5.3-sql-features.patch
- added link patch (fixes libdb-sql linking)
[packages/db5.3.git] / db5.3-sql-features.patch
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.039413 seconds and 3 git commands to generate.