From c4537af1dc06ff056d321849652c1e528d349560 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 26 Jan 2016 02:19:35 +0100 Subject: [PATCH] go: Disable stackprotector --- pkgs/development/compilers/go/1.4.nix | 2 +- pkgs/development/compilers/go/1.5.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/go/1.4.nix b/pkgs/development/compilers/go/1.4.nix index 0d2d2ae2857b..542fcba2144d 100644 --- a/pkgs/development/compilers/go/1.4.nix +++ b/pkgs/development/compilers/go/1.4.nix @@ -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. diff --git a/pkgs/development/compilers/go/1.5.nix b/pkgs/development/compilers/go/1.5.nix index 750aec567a8c..4928bacaebdf 100644 --- a/pkgs/development/compilers/go/1.5.nix +++ b/pkgs/development/compilers/go/1.5.nix @@ -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.