On 5/23/23 00:30, Paolo Bonzini wrote:
The large comment in the patch says it all; the -no-pie flag is broken and
this is why it was not included in QEMU_LDFLAGS before commit a988b4c5614
("build: move remaining compiler flag tests to meson", 2023-05-18). And
some distros made things even worse, so we have to add it to the compiler
command line.
Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1664
Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
meson.build | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Tested-by: Richard Henderson <richard.hender...@linaro.org>
r~