From: Jakub Bogusz Date: Mon, 20 Feb 2006 23:07:04 +0000 (+0000) Subject: - prefer db 4.4 X-Git-Tag: AC-STABLE~5 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=37701e6be7f046aa9448c491acbd9844e08665bc;p=packages%2Fredland.git - prefer db 4.4 Changed files: redland-db4.4.patch -> 1.1 --- diff --git a/redland-db4.4.patch b/redland-db4.4.patch new file mode 100644 index 0000000..b005350 --- /dev/null +++ b/redland-db4.4.patch @@ -0,0 +1,11 @@ +--- redland-1.0.3/configure.ac.orig 2006-01-26 08:05:01.000000000 +0100 ++++ redland-1.0.3/configure.ac 2006-02-19 22:48:00.890222500 +0100 +@@ -203,7 +203,7 @@ + fi + + # Sigh! And this still might not be good enough. +- for bdbc_version in 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do ++ for bdbc_version in 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do + bdbc_major=`echo $bdbc_version | sed -e 's/^\(.\).*$/\1/'`; + bdbc_version2=`echo $bdbc_version | sed -e 's/^\(.\).\(.\)$/\1\2/'` +