glibc: stackprotector is already disabled in default.nix
This overwrites the hardeningDisable attribute and removes disabling the fortify flag.
This commit is contained in:
parent
cb3d27df93
commit
034b2ec2ed
pkgs/development/libraries/glibc
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue