meson: enable pie

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Marc-André Lureau 2019-09-17 15:39:36 +04:00 committed by Paolo Bonzini
parent f933275789
commit da6d48b969
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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"