Also disable static builds on ppc64 due to glibc fubarness

This commit is contained in:
Daniel P. Berrange 2016-08-17 09:47:57 +01:00
parent 4ff778e7b3
commit d52607ebe6
1 changed files with 2 additions and 2 deletions

View File

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