From: Daniel P. Berrangé Date: Mon, 24 Aug 2020 16:31:09 +0000 (+0100) Subject: configure: default to PIE disabled on Windows platforms X-Git-Tag: v5.2.0-rc0~153^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb648e9cacf4209ddaa8ee67d1a87a9b78a001c6;p=thirdparty%2Fqemu.git configure: default to PIE disabled on Windows platforms If Windows EXE files are built with -pie/-fpie they will fail to launch. Historically QEMU defaulted to disabling PIE for Windows, but this setting was accidentally lost when the configure summary text was removed in commit f9332757898a764d85e19d339ec421236e885b68 Author: Paolo Bonzini Date: Mon Feb 3 13:28:38 2020 +0100 meson: move summary to meson.build Signed-off-by: Paolo Bonzini Fixes: f9332757898a764d85e19d339ec421236e885b68 Signed-off-by: Daniel P. Berrangé Reviewed-by: Marc-André Lureau Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index a3f95f2b22c..0b785772364 100755 --- a/configure +++ b/configure @@ -857,6 +857,7 @@ MINGW32*) audio_drv_list="" fi supported_os="yes" + pie="no" ;; GNU/kFreeBSD) bsd="yes"