Merge pull request #112881 from alyssais/qemu-stack
qemu: re-enable stack protection
This commit is contained in:
commit
c3b9c62eba
@ -101,8 +101,6 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "stackprotector" ];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
unset CPP # intereferes with dependency calculation
|
unset CPP # intereferes with dependency calculation
|
||||||
# this script isn't marked as executable b/c it's indirectly used by meson. Needed to patch its shebang
|
# this script isn't marked as executable b/c it's indirectly used by meson. Needed to patch its shebang
|
||||||
|
Loading…
Reference in New Issue
Block a user