mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
acl: disable fortify3 hardening
This commit is contained in:
parent
c09e1fa406
commit
636029883a
@ -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 New Issue
Block a user