uclibc: disable stackprotector hardening
This commit is contained in:
parent
19f5e2a1cf
commit
bc025e83bd
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ stdenv.mkDerivation {
|
|||
make oldconfig
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
# Cross stripping hurts.
|
||||
dontStrip = cross != null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue