libmhash: fix build regression with clang (#473512)
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./autotools-define-conflict-debian-fix.patch ];
|
||||
|
||||
# Fix build with gcc15
|
||||
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
configureFlags = [ "CFLAGS=-std=gnu17" ];
|
||||
|
||||
meta = {
|
||||
description = "Hash algorithms library";
|
||||
|
||||
Reference in New Issue
Block a user