php8{1-4}Extensions.rrd: fix compilation with gcc 14 (#377123)

This commit is contained in:
Pol Dellaiera
2025-01-26 22:31:28 +01:00
committed by GitHub
@@ -19,6 +19,10 @@ buildPecl {
pkg-config
];
# Fix GCC 14 build.
# from incompatible pointer type [-Wincompatible-pointer-types
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
meta = {
description = "PHP bindings to RRD tool system";
license = lib.licenses.bsd0;