It seems on some compilers the test can pass but still give you broken binaries.
Fixes: d2cd29e30736 Fixes: https://bugs.launchpad.net/qemu/+bug/1871798 Cc: Bug 1871798 <1871...@bugs.launchpad.net> Signed-off-by: Alex Bennée <alex.ben...@linaro.org> Tested-by: Howard Spoelstra <hsp.c...@gmail.com> Tested-by: James Le Cuirot <ch...@aura-online.co.uk> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Reviewed-by: Richard Henderson <richard.hender...@linaro.org> --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 25f7d915720..23b5e93752b 100755 --- a/configure +++ b/configure @@ -807,6 +807,7 @@ MINGW32*) audio_drv_list="" fi supported_os="yes" + pie="no" ;; GNU/kFreeBSD) bsd="yes" -- 2.20.1