Accepting request 763728 from games
- Temporarily work around -fno-common build failure [boo#1160382]. OBS-URL: https://build.opensuse.org/request/show/763728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=29
This commit is contained in:
commit
a21fb9f337
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user