Disable SSE2
... to work around gtk3 crashes. https://bugs.freedesktop.org/show_bug.cgi?id=68300
This commit is contained in:
parent
ec8933a475
commit
0e1b8d6947
@ -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@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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user