forked from pool/nemo-extensions
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:
commit
c99cfb602d
@ -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>
|
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
|
%build
|
||||||
pushd nemo-pastebin
|
pushd nemo-pastebin
|
||||||
|
export CFLAGS="%{optflags} -fcommon"
|
||||||
|
export CXXFLAGS="%{optflags} -fcommon"
|
||||||
%py3_build
|
%py3_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user