Comment 6 for bug 1895703

Revision history for this message
Paolo Bonzini (bonzini) wrote :

This patch shold fix the regression:

diff --git a/configure b/configure
index 0004c46525..0786144043 100755
--- a/configure
+++ b/configure
@@ -7414,6 +7414,7 @@ NINJA=${ninja:-$PWD/ninjatool} $meson setup \
         -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) \
+ -Db_staticpic=$(if test "$pie" = yes; then echo true; else echo false; fi) \
         -Db_coverage=$(if test "$gcov" = yes; then echo true; else echo false; fi) \
  -Dmalloc=$malloc -Dmalloc_trim=$malloc_trim -Dsparse=$sparse \
  -Dkvm=$kvm -Dhax=$hax -Dwhpx=$whpx -Dhvf=$hvf \