srm: Add CFLAGS config
Address #511329 (Darwin regressions from autoconf update)
This commit is contained in:
@@ -17,6 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
patches = [ ./fix-output-in-verbose-mode.patch ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
configureFlags = [ "CFLAGS=-std=gnu17" ];
|
||||
|
||||
meta = {
|
||||
description = "Delete files securely";
|
||||
|
||||
Reference in New Issue
Block a user