Changes of Revision 31
[-] | Changed | php5-pecl_http.spec |
x 1
2 --with-http-magic-mime=%{_usr} \ 3 --with-http-zlib-compression=%{_usr} \ 4 --with-http-curl-requests=%{_usr} \ 5 +%if "%{my_version}" == "2.4.3" 6 +--without-http-shared-deps \ 7 +%else 8 --with-http-shared-deps \ 9 +%endif 10 --with-libdir=%{_lib} || cat config.log 11 $PHP_EXECUTABLE -v 12 $PHP_EXECUTABLE -m 13 |