]> git.pld-linux.org Git - packages/db5.2.git/blob - db5.2-sql-features.patch
- not an rpm db anymore (rpm picks defult 5.3)
[packages/db5.2.git] / db5.2-sql-features.patch
1 --- db-5.2.42/dist/configure.ac.orig    2012-02-29 19:48:30.000000000 +0100
2 +++ db-5.2.42/dist/configure.ac 2013-06-09 08:42:31.501650292 +0200
3 @@ -582,6 +582,7 @@
4         if test "$db_cv_build_cryptography" = "yes"; then
5                 SQL_FLAGS="$SQL_FLAGS -DSQLITE_HAS_CODEC=1"
6         fi
7 +       SQL_FLAGS="$SQL_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1"
8  fi
9  
10  if test "$db_cv_sql_compat" = "yes"; then
11 --- db-5.2.42/dist/configure.orig       2012-02-29 19:48:30.000000000 +0100
12 +++ db-5.2.42/dist/configure    2013-06-09 09:44:23.258239592 +0200
13 @@ -18737,6 +18737,7 @@
14         if test "$db_cv_build_cryptography" = "yes"; then
15                 SQL_FLAGS="$SQL_FLAGS -DSQLITE_HAS_CODEC=1"
16         fi
17 +       SQL_FLAGS="$SQL_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1"
18  fi
19  
20  if test "$db_cv_sql_compat" = "yes"; then
This page took 0.158017 seconds and 3 git commands to generate.