1
0

Accepting request 813005 from X11:Cinnamon:Factory

OBS-URL: https://build.opensuse.org/request/show/813005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo-extensions?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-06-09 22:53:04 +00:00 committed by Git OBS Bridge
commit c99cfb602d
2 changed files with 7 additions and 0 deletions

View File

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

View File

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