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:
parent
e1a0636919
commit
05dc1848c1
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user