[mingw-pixman/f20] Disable SSE2

Kalev Lember kalev at fedoraproject.org
Wed Sep 4 18:18:16 UTC 2013


commit 0e1b8d6947eb78f18070d3754858ef8379a1e89d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Sep 4 19:14:10 2013 +0200

    Disable SSE2
    
    ... to work around gtk3 crashes.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=68300

 mingw-pixman.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw-pixman.spec b/mingw-pixman.spec
index 7277317..23a560c 100644
--- a/mingw-pixman.spec
+++ b/mingw-pixman.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw-pixman
 Version:        0.30.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows Pixman library
 
 License:        MIT
@@ -68,7 +68,7 @@ Static version of the cross compiled Pixman library.
 %build
 # Uses GTK for its testsuite, so disable this otherwise
 # we have a chicken & egg problem on mingw
-%mingw_configure --disable-gtk --enable-static --enable-shared
+%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared
 %mingw_make %{?_smp_mflags}
 
 
@@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Wed Sep 04 2013 Kalev Lember <kalevlember at gmail.com> - 0.30.0-4
+- Disable SSE2 (fdo#68300)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.30.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list