Re: [PATCH v2 18/30] configure: explicitly set cflags for --disable-pie

2022-09-15 Thread Richard Henderson
On 9/14/22 16:59, Alex Bennée wrote: This is working around current limitation of Meson's handling of --disable-pie. Signed-off-by: Alex Bennée Cc: Paolo Bonzini --- configure | 6 ++ 1 file changed, 6 insertions(+) Ah, yes, thanks. Reviewed-by: Richard Henderson r~

[PATCH v2 18/30] configure: explicitly set cflags for --disable-pie

2022-09-14 Thread Alex Bennée
This is working around current limitation of Meson's handling of --disable-pie. Signed-off-by: Alex Bennée Cc: Paolo Bonzini --- configure | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 575dde1c1f..6c169b23b5 100755 --- a/configure +++ b/configure @@ -1394