Changes of Revision 3
[-] | Changed | php-pecl-imagick.spec |
x 1
2 cp -r %{pecl_name}-%{version}%{?prever} %{pecl_name}-%{version}-zts 3 4 5 -%build 6 -cd %{pecl_name}-%{version}-zts 7 -# ZTS build 8 -%{_bindir}/zts-phpize 9 -%configure --with-imagick=%{prefix} --with-php-config=%{_bindir}/zts-php-config 10 -make %{?_smp_mflags} 11 +#%build 12 +#cd %{pecl_name}-%{version}-zts 13 +## ZTSl build 14 +#%{_bindir}/zts-phpize 15 +#%configure --with-imagick=%{prefix} --with-php-config=%{_bindir}/zts-php-config 16 +#make %{?_smp_mflags} 17 18 # Standard build 19 cd ../%{pecl_name}-%{version}%{?prever} 20 |