From e6efa1b9885369453e2b0e87eede87efea70f3a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Feb 2013 15:20:02 +0100 Subject: php 5.5: add patch to fix ZTS biuld (from upstream) --- php55.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index 32197c7..b3ec273 100644 --- a/php55.spec +++ b/php55.spec @@ -125,6 +125,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # WIP +Patch99: php-5.5.0-wip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -784,6 +785,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch47 -p1 -b .phpinfo %patch91 -p1 -b .remi-oci8 +%patch99 -p1 -b .wip # wip patches -- cgit