opendmarc: fix build with gcc15 (#477147)

This commit is contained in:
Aleksana
2026-01-05 14:42:39 +00:00
committed by GitHub
+5
View File
@@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
"doc"
];
env.NIX_CFLAGS_COMPILE = toString [
# gcc15 build failure
"-std=gnu17"
];
buildInputs = [ perl ];
nativeBuildInputs = [
autoreconfHook