Changes of Revision 4
[-] | Changed | php5-rrdtool.spec |
x 1
2 %{__mkdir} %{name} 3 4 %build 5 -/usr/bin/phpize 6 +%{_bindir}/phpize5 7 pushd %{name} 8 9 CFLAGS="%{optflags} -fno-strict-aliasing" 10
11 12 ../configure \ 13 --with-rrdtool=%{_usr} \ 14 ---with-libdir=%{_lib} 15 +--with-php-config=%{_bindir}/php-config5 || cat config.log 16 17 %{__make} %{?jobs:-j%jobs} 18 popd 19 |