Merge pull request #112881 from alyssais/qemu-stack

qemu: re-enable stack protection
This commit is contained in:
Jörg Thalheim 2021-03-07 11:40:24 +00:00 committed by GitHub
commit c3b9c62eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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