[pixman] pass in --disable-arm-iwmmxt its ftbfs

Dennis Gilmore ausil at fedoraproject.org
Tue May 15 20:22:22 UTC 2012


commit 8fb783921d354e87d594973f9eadcbcadd0d4e6e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue May 15 15:21:50 2012 -0500

    pass in --disable-arm-iwmmxt its ftbfs

 pixman.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index 1e61b51..385a983 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -34,7 +34,7 @@ Development library for pixman.
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-arm-iwmmxt
 
 make %{?_smp_mflags}
 
@@ -60,6 +60,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %changelog
 * Tue May 15 2012 Dennis Gilmore <dennis at ausil.us> - 0.25.6-2
 - rely on runtime cpu detection for arm optimisations
+- disable failing to build iwmmxt
 
 * Tue May 15 2012 Soren Sandmann <ssp at redhat.com>
 - pixman 0.25.6


More information about the scm-commits mailing list