Changes of Revision 2
[-] | Changed | php5-sqlite3.spec |
x 1
2 Group: Productivity/Networking/Web/Servers 3 # 4 BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build 5 -BuildRequires: php5-devel libpx-devel 6 +BuildRequires: php5-devel sqlite-devel 7 Requires: php5 = %{php_version} 8 # 9 URL: http://pecl.php.net/ 10
11 export CXXFLAGS 12 13 14 -../configure --with-libdir=%{_lib} --with-sqlite3 15 +../configure --with-libdir=%{_lib} --with-sqlite3=shared 16 17 %{__make} %{?jobs:-j%jobs} 18 19 |