From e3b1264950afa02a001c9c62eea886838e436c27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2025 15:55:03 +0100 Subject: better fix --- php.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b4dd485..5c7d361 100644 --- a/php.spec +++ b/php.spec @@ -1188,7 +1188,7 @@ scripts/dev/genfiles touch configure.ac ./buildconf --force -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-incompatible-pointer-types" +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign" export CFLAGS # Install extension modules in %{_libdir}/php/modules. @@ -1919,6 +1919,7 @@ EOF %changelog * Thu Feb 13 2025 Remi Collet - 8.0.30-12 - backport fix for ICU 74+ +- backport fix strict prototypes * Wed Nov 27 2024 Remi Collet - 8.0.30-11 - Fix Leak partial content of the heap through heap buffer over-read -- cgit