From d52607ebe60a43edd2d36df0980cd299c297b985 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Aug 17 2016 08:47:57 +0000 Subject: Also disable static builds on ppc64 due to glibc fubarness --- 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