always disable iwmmxt and disable neon and simd unless building armv7hnl
This commit is contained in:
parent
0fdd9ac913
commit
5eef615b6d
13
pixman.spec
13
pixman.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pixman
|
||||
Version: 0.25.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -34,7 +34,13 @@ Development library for pixman.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static \
|
||||
%ifnarch armv7hnl
|
||||
--disable-arm-neon \
|
||||
--disable-arm-simd \
|
||||
%endif
|
||||
--disable-arm-iwmmxt
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -57,6 +63,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 29 2012 Dennis Gilmore <dennis@ausil.us> 0.25.2-2
|
||||
- always disable iwmmxt and disable neon and simd unless building armv7hnl
|
||||
|
||||
* Mon Mar 26 2012 Soren Sandmann <ssp@redhat.com> 0.25.2-1
|
||||
- pixman 0.25.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user