Re: [PATCH v3 05/26] configure: fix the --enable-static --disable-pie case

2022-10-20 Thread Richard Henderson
On 10/20/22 21:51, Alex Bennée wrote: The previous tweak was incomplete as it missed a leg. Fixes: abafb64b6d (configure: explicitly set cflags for --disable-pie) Signed-off-by: Alex Bennée --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Richard Henders

[PATCH v3 05/26] configure: fix the --enable-static --disable-pie case

2022-10-20 Thread Alex Bennée
The previous tweak was incomplete as it missed a leg. Fixes: abafb64b6d (configure: explicitly set cflags for --disable-pie) Signed-off-by: Alex Bennée --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dd6f58dcde..8c2c4c1a04 100755