diff --git a/nemo-extensions.changes b/nemo-extensions.changes index 8f5ff40..7226940 100644 --- a/nemo-extensions.changes +++ b/nemo-extensions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 2 11:14:09 UTC 2020 - Matej Cepl + +- Enable -fcommon which is not default with GCC10. + ------------------------------------------------------------------- Thu Feb 27 23:35:10 CET 2020 - Matej Cepl diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 126e2f0..5900a06 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -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