uclibc: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-08-05 18:15:27 +00:00
parent 19f5e2a1cf
commit bc025e83bd

View File

@ -79,6 +79,8 @@ stdenv.mkDerivation {
make oldconfig make oldconfig
''; '';
hardeningDisable = [ "stackprotector" ];
# Cross stripping hurts. # Cross stripping hurts.
dontStrip = cross != null; dontStrip = cross != null;