Changes of Revision 21
[-] | Changed | php5-pecl_http.spec |
x 1
2 --with-http-zlib-compression=%{_usr} \ 3 --with-http-curl-requests=%{_usr} \ 4 --with-http-shared-deps \ 5 ---with-libdir=%{_lib} 6 +--with-libdir=%{_lib} || cat config.log 7 +/usr/bin/php -v 8 +/usr/bin/php -m 9 10 %{__make} %{?jobs:-j%jobs} 11 12 |