Accepting request 810835 from home:mcepl:branches:X11:Cinnamon:Factory
- Enable -fcommon which is not default with GCC10. OBS-URL: https://build.opensuse.org/request/show/810835 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=55
This commit is contained in:
parent
18d150a850
commit
cd7d0af514
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 11:14:09 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Enable -fcommon which is not default with GCC10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 23:35:10 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -375,6 +375,8 @@ find -name COPYING.GPL3 -exec chmod -x '{}' \;
|
||||
|
||||
%build
|
||||
pushd nemo-pastebin
|
||||
export CFLAGS="%{optflags} -fcommon"
|
||||
export CXXFLAGS="%{optflags} -fcommon"
|
||||
%py3_build
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user