]> git.pld-linux.org Git - packages/redland.git/commitdiff
- prefer db 4.4
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Feb 2006 23:07:04 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    redland-db4.4.patch -> 1.1

redland-db4.4.patch [new file with mode: 0644]

diff --git a/redland-db4.4.patch b/redland-db4.4.patch
new file mode 100644 (file)
index 0000000..b005350
--- /dev/null
@@ -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/'`
This page took 0.034174 seconds and 4 git commands to generate.