opendmarc: fix build with gcc15

This commit is contained in:
Joachim Ernst
2026-01-05 13:00:44 +01:00
parent 9af67fcf07
commit c1a66a62e2
+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