opendmarc: fix build with gcc15 (#477147)
This commit is contained in:
@@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
|
||||
"doc"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
# gcc15 build failure
|
||||
"-std=gnu17"
|
||||
];
|
||||
|
||||
buildInputs = [ perl ];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
|
||||
Reference in New Issue
Block a user