ecl: fix build with gcc15 (#467137)

This commit is contained in:
Fabián Heredia Montiel
2025-12-04 02:21:17 +00:00
committed by GitHub
@@ -59,6 +59,8 @@ stdenv.mkDerivation rec {
];
configureFlags = [
# Fix build with gcc15
"CFLAGS=-std=gnu17"
(if threadSupport then "--enable-threads" else "--disable-threads")
"--with-gmp-incdir=${lib.getDev gmp}/include"
"--with-gmp-libdir=${lib.getLib gmp}/lib"