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