From b033e42fe5a28f06250c32a7daa22c3093572cb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Feb 2020 14:25:54 +0100 Subject: add fix for GCC 10 --- php.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d1857e8..b469100 100644 --- a/php.spec +++ b/php.spec @@ -184,6 +184,7 @@ Patch7: php-5.3.0-recode.patch Patch8: php-5.6.17-libdb.patch Patch9: php-5.5.30-curl.patch Patch10: php-5.6.37-icu62.patch +Patch11: php-5.6.40-gcc10.patch # Functional changes Patch40: php-5.4.0-dlopen.patch @@ -946,6 +947,7 @@ support for using the enchant library to PHP. %if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 %patch10 -p1 -b .icu62 %endif +%patch11 -p1 -b .gcc10 %patch40 -p1 -b .dlopen %patch41 -p1 -b .dtrace @@ -1941,6 +1943,9 @@ EOF %changelog +* Wed Feb 19 2020 Remi Collet - 5.6.40-18.fc32 +- add fix for GCC 10 + * Tue Feb 18 2020 Remi Collet - 5.6.40-18 - phar: Fix #79082 Files added to tar with Phar::buildFromIterator have all-access permissions -- cgit