[pixman/f17] pass in --disable-arm-iwmmxt it fails to build

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


commit 068d33c40f533291dac914556d30043fc3af464c
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue May 15 15:20:58 2012 -0500

    pass in --disable-arm-iwmmxt it fails to build

 pixman.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index 3925593..df844ef 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.24.4-3
 - rely on runtime detection for optimisations on arm arches
+- disable iwmmxt since it fails to compile
 
 * Thu Mar 29 2012 Dennis Gilmore <dennis at ausil.us> 0.24.4-2
 - always disable iwmmxt  and disable neon and simd unless building armv7hnl


More information about the scm-commits mailing list