- Temporarily work around -fno-common build failure [boo#1160382].

OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=99
This commit is contained in:
Jan Engelhardt 2020-01-12 22:54:27 +00:00 committed by Git OBS Bridge
parent 1e331138b0
commit 78f134d919
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 12 22:53:50 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Temporarily work around -fno-common build failure [boo#1160382].
-------------------------------------------------------------------
Wed Oct 9 13:34:31 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL2
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -131,7 +131,8 @@ dos2unix COPYING.txt
%ifarch ix86
--enable-sse2=no \
%endif
--enable-sse3=no --disable-rpath --disable-3dnow
--enable-sse3=no --disable-rpath --disable-3dnow \
CFLAGS="%optflags -fcommon"
make %{?_smp_mflags} V=1
%install