]> TLD Linux GIT Repositories - packages/php.git/blob - extension-shared-optional-dep.patch
- updated to 8.3.6
[packages/php.git] / extension-shared-optional-dep.patch
1 --- php-5.2.11/build/php.m4~    2009-09-21 22:31:13.000000000 +0300
2 +++ php-5.2.11/build/php.m4     2009-09-21 22:32:11.001106977 +0300
3 @@ -1019,7 +1019,7 @@
4    is_it_shared=$[PHP_]translit($2,a-z_-,A-Z__)[_SHARED]
5    is_it_enabled=$[PHP_]translit($2,a-z_-,A-Z__)
6    if test "$am_i_shared" = "no" && test "$is_it_shared" = "yes" ; then
7 -    AC_MSG_ERROR([
8 +    AC_MSG_WARN([
9  You've configured extension $1 to build statically, but it
10  depends on extension $2, which you've configured to build shared.
11  You either need to build $1 shared or build $2 statically for the