Always enable PIE

PIE is currently enabled for qemu-kvm builds, and disabled for
qemu-user-static builds.

--disable-pie is causing https://bugzilla.redhat.com/show_bug.cgi?id=2256916

This commit ensures --enable-pie is used for both qemu-kvm and
qemu-user-static.

This fixes https://bugzilla.redhat.com/show_bug.cgi?id=2256916

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Christophe Fergeau 2024-01-30 11:56:20 +01:00
parent 94ac31f9f7
commit d67c7eef5f

View File

@ -1920,6 +1920,7 @@ pushd %{static_builddir}
run_configure \
--enable-attr \
--enable-linux-user \
--enable-pie \
--enable-tcg \
--disable-install-blobs \
--static