mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
glibc: disable stackprotector hardening
This commit is contained in:
parent
5176e7ac77
commit
83bf03e1a3
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user