[ooo-build-commit] Branch 'ooo-build-3-1-1' - patches/dev300

René Engelhard rene at kemper.freedesktop.org
Mon Sep 28 15:02:56 PDT 2009


 patches/dev300/apply      |    3 +++
 patches/dev300/db4.8.diff |   11 +++++++++++
 2 files changed, 14 insertions(+)

New commits:
commit 2113a07c307a11d2a422747bfc873200e6cd658d
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Sep 29 00:02:31 2009 +0200

    make the build support db4.8
    
    * patches/dev300/apply:
    * patches/dev300/db4.8.diff:

diff --git a/patches/dev300/apply b/patches/dev300/apply
index fdddca7..44f207b 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -1100,6 +1100,9 @@ dmake-space-in-envvar-name.diff, i#101786, jholesov
 
 armeabi-softfp-buildfix.diff, i#105302, doko
 
+# support db4.8
+db4.8.diff, rengelha
+
 [ Gcc44 ]
 buildfix-sw-printf.diff, ccheney
 
diff --git a/patches/dev300/db4.8.diff b/patches/dev300/db4.8.diff
new file mode 100644
index 0000000..5ae3eb6
--- /dev/null
+++ b/patches/dev300/db4.8.diff
@@ -0,0 +1,11 @@
+--- configure.in-old	2009-09-28 20:35:05.000000000 +0200
++++ configure.in	2009-09-28 20:32:40.000000000 +0200
+@@ -3907,7 +3907,7 @@
+         ], []
+     )
+     AC_MSG_CHECKING([whether db is at least 4.1])
+-    for v in `seq 1 7`; do
++    for v in `seq 1 8`; do
+        AC_TRY_RUN([
+ #include <db.h>
+ 


More information about the ooo-build-commit mailing list