Unverified Commit 7219cde9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 7f4f965d 1a9f9d9b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;