1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

glibc: stackprotector is already disabled in default.nix

This overwrites the hardeningDisable attribute and removes disabling the
fortify flag.
This commit is contained in:
Franz Pletz 2016-03-05 19:47:04 +01:00
parent cb3d27df93
commit 034b2ec2ed

View file

@ -165,9 +165,6 @@ stdenv.mkDerivation ({
preBuild = lib.optionalString withGd "unset NIX_DONT_SET_RPATH";
# FIXME needs gcc 4.9 in bootstrap tools
hardeningDisable = [ "stackprotector" ];
meta = {
homepage = http://www.gnu.org/software/libc/;
description = "The GNU C Library";