php8{1-4}Extensions.rrd: fix compilation with gcc 14 (#377123)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user