srm: Add CFLAGS config

Address #511329 (Darwin regressions from autoconf update)
This commit is contained in:
Ralph Seichter
2026-04-25 04:46:46 +02:00
parent 1764fe9086
commit f14925dad5
+1
View File
@@ -17,6 +17,7 @@ stdenv.mkDerivation {
patches = [ ./fix-output-in-verbose-mode.patch ];
nativeBuildInputs = [ autoreconfHook ];
configureFlags = [ "CFLAGS=-std=gnu17" ];
meta = {
description = "Delete files securely";