summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-13 15:54:35 +0100
committerRemi Collet <remi@php.net>2025-02-13 15:54:35 +0100
commitd1540c46e657997694f911f67a32650ceba2193e (patch)
tree8740295d98ffa3c1f7e1d04f6178892def2177cf /php80.spec
parent956226e8a36ed90ab3c64625357a8d648f5a0f59 (diff)
better fix
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php80.spec b/php80.spec
index 960ed94..a97c2ea 100644
--- a/php80.spec
+++ b/php80.spec
@@ -1407,7 +1407,7 @@ LDFLAGS="-fsanitize=address"
export LDFLAGS
CFLAGS=$(echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign -fsanitize=address -ggdb | sed 's/-mstackrealign//')
%else
-CFLAGS=$(echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-incompatible-pointer-types | sed 's/-mstackrealign//')
+CFLAGS=$(echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign | sed 's/-mstackrealign//')
%endif
export CFLAGS
@@ -2257,6 +2257,7 @@ EOF
%changelog
* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 8.0.30-12
- backport fix for ICU 74+
+- backport fix strict prototypes
* Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 8.0.30-11
- Fix Leak partial content of the heap through heap buffer over-read