[-]
[+]
|
Changed |
php5-pecl_http.spec
|
|
[-]
[+]
|
Added |
pecl_http-2.4.3_debug.patch
^
|
@@ -0,0 +1,11 @@
+--- config9.m4.orig 2015-04-13 10:10:25.151446097 +0200
++++ config9.m4 2015-04-13 10:16:03.016925795 +0200
+@@ -73,6 +73,8 @@
+ AC_MSG_CHECKING([for ext/$extname support])
+ if test -x "$PHP_EXECUTABLE"; then
+ grepext=`$PHP_EXECUTABLE -m | $EGREP ^$extname\$`
++ AC_MSG_NOTICE([DEBUG-EXEC-RESULT: $@])
++ AC_MSG_NOTICE([DEBUG$grepextDEBUG$extnameDEBUG])
+ if test "$grepext" = "$extname"; then
+ [PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
+ AC_MSG_RESULT([yes])
|