Logoj0ke.net Open Build Service > Projects > internetx:php5:EL5 > php-sqlite2 > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed php-sqlite2.spec
x
 
1
@@ -14,6 +14,7 @@
2
 Url:       http://pecl.php.net
3
 Summary:   PHP SQLite2 extension
4
 Source0:   http://pecl.php.net/get/SQLite-1.0.3.tgz
5
+Patch0:        SQLite-arg3.patch
6
 Group:     Development/Languages
7
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
8
 Provides:  php-pecl-%{pkgname} = %{version}
9
@@ -28,6 +29,7 @@
10
 %setup -n %{pkgname}-%{pkgversion}
11
 
12
 %build
13
+%patch0
14
 %{_bindir}/phpize
15
 %configure --with-sqlite --with-sqlite-utf8 --with-php-config=%{_bindir}/php-config
16
 %{__make} %{?_smp_mflags}
17
[+] Added SQLite-arg3.patch ^