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

View File

@@ -101,8 +101,6 @@ stdenv.mkDerivation rec {
})
];
hardeningDisable = [ "stackprotector" ];
preConfigure = ''
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