go: Disable stackprotector

This commit is contained in:
Franz Pletz 2016-01-26 02:19:35 +01:00 committed by Robin Gloster
parent 936dfeb700
commit c4537af1dc
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pcre ];
propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
#hardening_all = false;
hardening_stackprotector = false;
# I'm not sure what go wants from its 'src', but the go installation manual
# describes an installation keeping the src.

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
Security Foundation
];
#hardening_all = false;
hardening_stackprotector = false;
# I'm not sure what go wants from its 'src', but the go installation manual
# describes an installation keeping the src.