Disable iwmmxt on ARM as it's broken b.fd.o # 55519

This commit is contained in:
Peter Robinson 2013-02-21 21:59:53 +00:00
parent f775239499
commit 5c38df8f88

View File

@ -3,7 +3,7 @@
Name: pixman
Version: 0.28.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Pixel manipulation library
Group: System Environment/Libraries
@ -34,9 +34,13 @@ Development library for pixman.
%setup -q
%build
%configure --disable-static
%configure \
%ifarch %{arm}
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
%endif
--disable-static
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
make install DESTDIR=$RPM_BUILD_ROOT
@ -58,6 +62,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/pkgconfig/pixman-1.pc
%changelog
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.28.0-3
- Disable iwmmxt on ARM as it's broken b.fd.o # 55519
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild