Magellan Linux

Contents of /trunk/redland/patches/redland-1.0.6-db4.5.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 428 - (show annotations) (download)
Thu Dec 13 23:23:07 2007 UTC (16 years, 5 months ago) by niro
File size: 472 byte(s)
-redland against db-4.5

1 --- redland-1.0.6/configure.ac
2 +++ redland-1.0.6/configure.ac
3 @@ -237,7 +237,7 @@ if test "x$bdb_prefix" != "xno" ; then
4 fi
5
6 # Sigh! And this still might not be good enough.
7 - for bdbc_version in 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do
8 + for bdbc_version in 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do
9 bdbc_major=`echo $bdbc_version | sed -e 's/^\(.\).*$/\1/'`;
10 bdbc_version2=`echo $bdbc_version | sed -e 's/^\(.\).\(.\)$/\1\2/'`
11