projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f933275
)
meson: enable pie
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 17 Sep 2019 11:39:36 +0000
(15:39 +0400)
committer
Paolo 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
patch
|
blob
|
history
diff --git
a/configure
b/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"