1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-26 19:16:47 +03:00

gcc48: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 22:24:47 +00:00
parent f43398c91f
commit 09a5af76b5

View file

@ -218,6 +218,8 @@ stdenv.mkDerivation ({
inherit patches; inherit patches;
hardening_format = false;
postPatch = postPatch =
if (stdenv.isGNU if (stdenv.isGNU
|| (libcCross != null # e.g., building `gcc.crossDrv' || (libcCross != null # e.g., building `gcc.crossDrv'