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
1 changed files with 0 additions and 3 deletions
pkgs/development/libraries/glibc

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";