Disable (broken) VMX fast paths on ppc64le for now.
This commit is contained in:
parent
8f2a8333c2
commit
38fb1fe49c
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pixman
|
||||
Version: 0.32.6
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -37,6 +37,9 @@ Development library for pixman.
|
||||
%configure \
|
||||
%ifarch %{arm}
|
||||
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
--disable-vmx \
|
||||
%endif
|
||||
--disable-static
|
||||
|
||||
@ -65,6 +68,9 @@ make check %{?_smp_mflags} V=1 ||:
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 10 2014 Adam Jackson <ajax@redhat.com> 0.32.6-4
|
||||
- Disable (broken) VMX fast paths on ppc64le for now.
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user