]> git.pld-linux.org Git - packages/php.git/commitdiff
- make getimagesize() work for compressed .swf without static zlib extension. php...
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Jan 2006 18:22:56 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: sqlite3-devel as pdo-sqlite appears to require v3

Changed files:
    php.spec -> 1.540

php.spec

index 9a2cc6bbe1828b36e57b8a014c81af87b3c6d084..75cbcffdf0739c399cc7aaa049d36267ae2d5aa8 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -124,6 +124,7 @@ Patch26:    %{name}-dba-link.patch
 Patch30:       %{name}-hardening-fix.patch
 Patch31:       %{name}-both-apxs.patch
 Patch32:       %{name}-builddir.patch
+Patch33:       %{name}-zlib-for-getimagesize.patch
 Icon:          php.gif
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
@@ -183,6 +184,7 @@ BuildRequires:      readline-devel
 BuildRequires: rpm-build >= 4.4.0
 BuildRequires: rpmbuild(macros) >= 1.238
 %{?with_sqlite:BuildRequires:  sqlite-devel}
+%{?with_sqlite:BuildRequires:  sqlite3-devel}
 BuildRequires: t1lib-devel
 %{?with_tidy:BuildRequires:    tidy-devel}
 %{?with_odbc:BuildRequires:    unixODBC-devel}
@@ -1558,6 +1560,7 @@ patch -p1 < %{PATCH30} || exit 1
 %endif
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
This page took 0.050409 seconds and 4 git commands to generate.