uclibc: disable stackprotector hardening
This commit is contained in:
@@ -79,6 +79,8 @@ stdenv.mkDerivation {
|
||||
make oldconfig
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
# Cross stripping hurts.
|
||||
dontStrip = cross != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user