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

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

parents 80a13a68 65a7161c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ buildPecl rec {
    sha256 = "0wqcqq6sb51wiawa37hbd1h9dbvmyyndzdvz87xqji7lpr9vn8jy";
  };

  # Fix GCC 14 build.
  # from incompatible pointer type [-Wincompatible-pointer-types
  env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";

  meta = with lib; {
    description = "PHP extension for Pinba";
    longDescription = ''