mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
bintools: disable relro/bindnow hardening on windows
This commit is contained in:
parent
8fcbe295cc
commit
fda4c4e299
@ -321,7 +321,7 @@ stdenv.mkDerivation {
|
|||||||
hardening_unsupported_flags+=" pic"
|
hardening_unsupported_flags+=" pic"
|
||||||
''
|
''
|
||||||
|
|
||||||
+ optionalString targetPlatform.isAvr ''
|
+ optionalString (targetPlatform.isAvr || targetPlatform.isWindows) ''
|
||||||
hardening_unsupported_flags+=" relro bindnow"
|
hardening_unsupported_flags+=" relro bindnow"
|
||||||
''
|
''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user