aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-08-24 17:31:09 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-27 18:52:30 +0200
commitfb648e9cacf4209ddaa8ee67d1a87a9b78a001c6 (patch)
treeb461aee23727b26b63220281ea168ea98dfb2e8c /configure
parent48e33de58f2d22cf7d30d3854cd0364fd809983d (diff)
downloadqemu-fb648e9cacf4209ddaa8ee67d1a87a9b78a001c6.zip
qemu-fb648e9cacf4209ddaa8ee67d1a87a9b78a001c6.tar.gz
qemu-fb648e9cacf4209ddaa8ee67d1a87a9b78a001c6.tar.bz2
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 <pbonzini@redhat.com> Date: Mon Feb 3 13:28:38 2020 +0100 meson: move summary to meson.build Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Fixes: f9332757898a764d85e19d339ec421236e885b68 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a3f95f2..0b78577 100755
--- a/configure
+++ b/configure
@@ -857,6 +857,7 @@ MINGW32*)
audio_drv_list=""
fi
supported_os="yes"
+ pie="no"
;;
GNU/kFreeBSD)
bsd="yes"