go: Disable stackprotector
This commit is contained in:
parent
936dfeb700
commit
c4537af1dc
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pcre ];
|
buildInputs = [ pcre ];
|
||||||
propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
|
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
|
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||||
# describes an installation keeping the src.
|
# describes an installation keeping the src.
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
Security Foundation
|
Security Foundation
|
||||||
];
|
];
|
||||||
|
|
||||||
#hardening_all = false;
|
hardening_stackprotector = false;
|
||||||
|
|
||||||
# I'm not sure what go wants from its 'src', but the go installation manual
|
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||||
# describes an installation keeping the src.
|
# describes an installation keeping the src.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user