SHA256
1
0
forked from pool/ctris
Dominique Leuenberger 2020-06-09 22:51:46 +00:00 committed by Git OBS Bridge
commit 4019f5174b
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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}"