aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-09-17 15:39:36 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:06 -0400
commitda6d48b969b9fe8f842434375a817db02d158973 (patch)
tree0a4ee54a69ea0ad2a23aa19c89568095bdbbef54
parentf9332757898a764d85e19d339ec421236e885b68 (diff)
downloadqemu-da6d48b969b9fe8f842434375a817db02d158973.zip
qemu-da6d48b969b9fe8f842434375a817db02d158973.tar.gz
qemu-da6d48b969b9fe8f842434375a817db02d158973.tar.bz2
meson: enable pie
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f69280a..5eb1fb5 100755
--- 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"