acl: disable fortify3 hardening

This commit is contained in:
Robert Scott 2023-01-22 21:15:23 +00:00
parent c09e1fa406
commit 636029883a

View file

@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gettext ];
buildInputs = [ attr ];
# causes failures in coreutils test suite
hardeningDisable = [ "fortify3" ];
# Upstream use C++-style comments in C code. Remove them.
# This comment breaks compilation if too strict gcc flags are used.
patchPhase = ''