X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=extension-shared-optional-dep.patch;fp=extension-shared-optional-dep.patch;h=0000000000000000000000000000000000000000;hb=72ad6add086b462795ce6d3a9a6ca5f8d8410b03;hp=be4597f71d98682043307229e4ee7138bd4b6611;hpb=ad5f98910c721925df50d505bbf45b82b90eaf38;p=packages%2Fphp.git diff --git a/extension-shared-optional-dep.patch b/extension-shared-optional-dep.patch deleted file mode 100644 index be4597f..0000000 --- a/extension-shared-optional-dep.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- php-5.2.11/acinclude.m4~ 2009-09-21 22:31:13.000000000 +0300 -+++ php-5.2.11/acinclude.m4 2009-09-21 22:32:11.001106977 +0300 -@@ -1019,7 +1019,7 @@ - is_it_shared=$[PHP_]translit($2,a-z_-,A-Z__)[_SHARED] - is_it_enabled=$[PHP_]translit($2,a-z_-,A-Z__) - if test "$am_i_shared" = "no" && test "$is_it_shared" = "yes" ; then -- AC_MSG_ERROR([ -+ AC_MSG_WARN([ - You've configured extension $1 to build statically, but it - depends on extension $2, which you've configured to build shared. - You either need to build $1 shared or build $2 statically for the