From 409fcdb379dc89991fdf1f155905fefe0b272241 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Jan 31 2024 13:15:12 +0000 Subject: Re-add --disable-pie on ppc64le This fixes this build failure: https://koji.fedoraproject.org/koji/taskinfo?taskID=112612829 ERROR: -static-pie not available due to missing toolchain support Signed-off-by: Christophe Fergeau --- diff --git a/qemu.spec b/qemu.spec index 6841db9..18aa398 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1920,7 +1920,9 @@ pushd %{static_builddir} run_configure \ --enable-attr \ --enable-linux-user \ +%ifnarch %{power64} --enable-pie \ +%endif --enable-tcg \ --disable-install-blobs \ --static