diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-02-21 15:20:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-02-21 15:20:02 +0100 |
commit | e6efa1b9885369453e2b0e87eede87efea70f3a4 (patch) | |
tree | a4ab72a1adb3a67ef87b84a8d929b3f91b6fc001 /php55.spec | |
parent | 7ab030c1e2ad7bc18a802cecb69903c161ece077 (diff) |
php 5.5: add patch to fix ZTS biuld (from upstream)
Diffstat (limited to 'php55.spec')
-rw-r--r-- | php55.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |