dietlibc: turn off stackprotector hardening
This commit is contained in:
parent
162982544a
commit
3dff59b818
@ -12,6 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit glibc;
|
||||
kernelHeaders = glibc.kernelHeaders;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
patches = [
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user