Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL5
>
php-sqlite2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 18
[-]
[+]
Changed
php-sqlite2.spec
@@ -29,12 +29,14 @@ %prep %setup -n %{pkgname}-%{pkgversion} -if [ "%{php_version} <= "5.3" ] ; then -%patch0 -fi %patch1 %build + +%if 0%{?php_version} <= 5.3 +%patch0 +%endif + %{_bindir}/phpize %configure --with-sqlite --with-sqlite-utf8 --with-php-config=%{_bindir}/php-config %{__make} %{?_smp_mflags}