qemu: re-enable stack protection
5e259952953 ("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:
parent
c010b09108
commit
8f0bd879da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user