qemu: re-enable stack protection

5e25995295 ("qemu: 2.6.1 -> 2.7.0") added this, because the QEMU
build failed without it.  That's no longer the case, so we can bring
back stack protection.
This commit is contained in:
Alyssa Ross
2021-02-09 21:26:43 +00:00
parent c010b09108
commit 8f0bd879da

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