Changes of Revision 9
[-] | Changed | php-sqlite2.spec |
1
2 3 %build 4 %{_bindir}/phpize 5 +./configure --help || : 6 %configure --with-sqlite --with-sqlite-utf8 --with-php-config=%{_bindir}/php-config 7 cat config.h || : 8 %{__make} %{?_smp_mflags} 9 |