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

Changes of Revision 10

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