diff options
Diffstat (limited to 'abs/core/php/db4-test.patch')
-rw-r--r-- | abs/core/php/db4-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/php/db4-test.patch b/abs/core/php/db4-test.patch new file mode 100644 index 0000000..2c0cb14 --- /dev/null +++ b/abs/core/php/db4-test.patch @@ -0,0 +1,11 @@ +--- configure 2010-07-21 12:53:06.000000000 +0200 ++++ configure 2010-10-22 09:21:54.077666560 +0200 +@@ -30742,7 +30742,7 @@ + #include "confdefs.h" + + #include "$THIS_INCLUDE" +-#if DB_VERSION_MINOR != 1 || (DB_VERSION_MINOR == 1 && DB_VERSION_PATCH >= 25) ++#if DB_VERSION_MAJOR == 5 || DB_VERSION_MINOR != 1 || (DB_VERSION_MINOR == 1 && DB_VERSION_PATCH >= 25) + yes + #endif + |