SHA256
1
0
forked from pool/SDL2

Accepting request 534284 from home:wolfi323:branches:games

- Disable SSE3 (and also SSE2 on ix86) to prevent crashes on older
  CPUs that don't support these instructions

OBS-URL: https://build.opensuse.org/request/show/534284
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=64
This commit is contained in:
Jan Engelhardt 2017-10-16 18:30:42 +00:00 committed by Git OBS Bridge
parent e156901c4c
commit 32d3b82a1b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 16 16:31:47 UTC 2017 - wbauer@tmo.at
- Disable SSE3 (and also SSE2 on ix86) to prevent crashes on older
CPUs that don't support these instructions
-------------------------------------------------------------------
Mon Oct 2 19:11:12 UTC 2017 - jengelh@inai.de

View File

@ -124,6 +124,10 @@ dos2unix COPYING.txt
%if 0%{?sle_version}
--disable-fcitx \
%endif
%ifarch ix86
--enable-sse2=no \
%endif
--enable-sse3=no \
--disable-rpath
make %{?_smp_mflags} V=1