]> git.proxmox.com Git - mirror_qemu.git/commitdiff
meson: enable pie
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 17 Sep 2019 11:39:36 +0000 (15:39 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:30:06 +0000 (06:30 -0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index f69280a2732e310dfb6b0ffcec09b6977b5c13c1..5eb1fb59e24e0329ed8e96ae23414e76f8697df9 100755 (executable)
--- a/configure
+++ b/configure
@@ -8518,6 +8518,7 @@ NINJA=$PWD/ninjatool $meson setup \
         -Ddebug=$(if test "$debug_info" = yes; then echo true; else echo false; fi) \
         -Dwerror=$(if test "$werror" = yes; then echo true; else echo false; fi) \
         -Dstrip=$(if test "$strip_opt" = yes; then echo true; else echo false; fi) \
+        -Db_pie=$(if test "$pie" = yes; then echo true; else echo false; fi) \
         $cross_arg \
         "$PWD" "$source_path"