]> TLD Linux GIT Repositories - packages/php.git/blob - php-db.patch
- updated to 5.6.17
[packages/php.git] / php-db.patch
1 --- php-5.3.16/ext/dba/config.m4.orig   2012-09-06 11:15:09.743002303 +0200
2 +++ php-5.3.16/ext/dba/config.m4        2012-09-06 11:28:12.192974701 +0200
3 @@ -287,6 +287,14 @@
4        THIS_PREFIX=$i
5        THIS_INCLUDE=$i/db4/db.h
6        break
7 +    elif test -f "$i/include/db5.3/db.h"; then
8 +      THIS_PREFIX=$i
9 +      THIS_INCLUDE=$i/include/db5.3/db.h
10 +      break
11 +    elif test -f "$i/include/db5.2/db.h"; then
12 +      THIS_PREFIX=$i
13 +      THIS_INCLUDE=$i/include/db5.2/db.h
14 +      break
15      elif test -f "$i/include/db5.1/db.h"; then
16        THIS_PREFIX=$i
17        THIS_INCLUDE=$i/include/db5.1/db.h