From 32d3b82a1b26d2514708362cca27f1fb0b770b69628cc774875d98dc014933be Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 16 Oct 2017 18:30:42 +0000 Subject: [PATCH] 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 --- SDL2.changes | 6 ++++++ SDL2.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/SDL2.changes b/SDL2.changes index e6d314b..9aa69ad 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -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 diff --git a/SDL2.spec b/SDL2.spec index 59eb0c2..2db09f2 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -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