forked from pool/ctris
Accepting request 812903 from games
OBS-URL: https://build.opensuse.org/request/show/812903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ctris?expand=0&rev=2
This commit is contained in:
commit
4019f5174b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 20:14:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Set CFLAGS+=-fcommon to workaround gcc10 errors (boo#1160244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 23:47:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ctris
|
||||
#
|
||||
# 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
|
||||
@ -34,7 +34,7 @@ A colorized, small and flexible Tetris clone for the console.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||
make CFLAGS="%{optflags} -fcommon" %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install BINDIR="%{buildroot}%{_bindir}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user