bootstrap env: disable stackprotector hardening until gcc >=4.9
This commit is contained in:
@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
setupHook = [ ./setup-hook.sh ];
|
||||
|
||||
# FIXME needs gcc 4.9 in bootstrap tools
|
||||
hardening_stackprotector = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://nixos.org/patchelf.html;
|
||||
license = "GPL";
|
||||
|
||||
Reference in New Issue
Block a user