Disable SSE2

... to work around gtk3 crashes.

https://bugs.freedesktop.org/show_bug.cgi?id=68300
This commit is contained in:
Kalev Lember 2013-09-04 19:14:10 +02:00
parent ec8933a475
commit 0e1b8d6947

View File

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