glibc: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-02-27 08:20:53 +00:00
parent 5176e7ac77
commit 83bf03e1a3

View File

@ -165,7 +165,8 @@ stdenv.mkDerivation ({
preBuild = lib.optionalString withGd "unset NIX_DONT_SET_RPATH";
hardening_stackprotector = name != "glibc-locales";
# FIXME needs gcc 4.9 in bootstrap tools
hardening_stackprotector = false;
meta = {
homepage = http://www.gnu.org/software/libc/;