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