diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-23 01:05:55 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-23 01:05:55 (GMT) |
commit | 2ead123b69209a430ff3e6483b9f9f42194fd4ae (patch) | |
tree | ad95a92015b022e51e6df3c9b21bfad52b5ba887 /abs/core/php/db4-test.patch | |
parent | 425509e3c6c85f869d086b39b00ebce8fccd3000 (diff) | |
download | linhes_pkgbuild-2ead123b69209a430ff3e6483b9f9f42194fd4ae.zip linhes_pkgbuild-2ead123b69209a430ff3e6483b9f9f42194fd4ae.tar.gz linhes_pkgbuild-2ead123b69209a430ff3e6483b9f9f42194fd4ae.tar.bz2 |
php: upgrade to 5.3.3 (php now split into php php-cgi and php-pear)
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 + |