mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 11:06:44 +03:00
gcc48: turn off format hardening
This commit is contained in:
parent
f43398c91f
commit
09a5af76b5
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ stdenv.mkDerivation ({
|
|||
|
||||
inherit patches;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
postPatch =
|
||||
if (stdenv.isGNU
|
||||
|| (libcCross != null # e.g., building `gcc.crossDrv'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue