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 <cfergeau@redhat.com>
This commit is contained in:
Christophe Fergeau 2024-01-31 11:39:31 +01:00
parent d67c7eef5f
commit 409fcdb379
No known key found for this signature in database
GPG Key ID: A9D8C21429AC6C82

View File

@ -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