Changes of Revision 22
[-] | Changed | php5-pecl_http.spec |
x 1
2 URL: http://pecl.php.net/pecl_http 3 Source: http://pecl.php.net/package/pecl_http/%{pkg_name}-%{my_version}.tar.bz2 4 Source1: http.ini 5 +Patch0: pecl_http-2.4.3_debug.patch 6 Summary: Extended HTTP Support 7 8 %description 9
10 11 %prep 12 %setup -q -n %{pkg_name}-%{my_version} 13 - 14 +%if %{my_version} == "2.4.3" 15 +%patch0 16 +%endif 17 18 #%{__mkdir} %{name} 19 20
21 --with-http-curl-requests=%{_usr} \ 22 --with-http-shared-deps \ 23 --with-libdir=%{_lib} || cat config.log 24 -/usr/bin/php -v 25 -/usr/bin/php -m 26 +/usr/bin/php5 -v 27 +/usr/bin/php5 -m 28 29 %{__make} %{?jobs:-j%jobs} 30 31 |
||
[+] | 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]) |