SHA256
1
0
forked from pool/siril

Accepting request 815674 from home:polslinux:branches:graphics

- Add -fcommon to allow building against GCC10

OBS-URL: https://build.opensuse.org/request/show/815674
OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=7
This commit is contained in:
Dirk Stoecker 2020-06-19 06:39:15 +00:00 committed by Git OBS Bridge
parent e1a0636919
commit 05dc1848c1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 18 07:04:56 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Add -fcommon to allow building against GCC10
-------------------------------------------------------------------
Mon Mar 23 00:03:21 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -56,7 +56,8 @@ automatically or manually, stack them and enhance final images.
%setup -q
%build
#autoreconf --install
export CFLAGS="%(echo %{optflags}) -fcommon"
export CXXFLAGS="$CFLAGS"
NOCONFIGURE=yes ./autogen.sh
%configure
%make_build