qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 017/143] meson: enable pie


From: Paolo Bonzini
Subject: [PATCH 017/143] meson: enable pie
Date: Thu, 6 Aug 2020 21:14:13 +0200

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 3083187..23b990e 100755
--- a/configure
+++ b/configure
@@ -8443,6 +8443,7 @@ NINJA=$PWD/ninjatool $python $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"
 
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]