From d52607ebe60a43edd2d36df0980cd299c297b985 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 17 Aug 2016 09:47:57 +0100 Subject: [PATCH] Also disable static builds on ppc64 due to glibc fubarness --- qemu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index b919992..48ffbd3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -22,9 +22,9 @@ %endif %global user_static 1 -# glibc static libs are fubar on i386 & s390 +# glibc static libs are fubar on i386, s390 & ppc64* # https://bugzilla.redhat.com/show_bug.cgi?id=1352625 -%ifarch %{?ix86} s390 s390x +%ifarch %{?ix86} s390 s390x %{power64} %global user_static 0 %endif