acl: disable fortify3 hardening
This commit is contained in:
parent
c09e1fa406
commit
636029883a
1 changed files with 3 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue