community/monkey: build with -fcommon
GCC10 builds with -fno-common
by default. This results into 'multiple
definition' errors in projects that define the same variable multiple
times.
The proper fix is to adjust the source, but in this cases there are many
instances, so build with -fcommon
for now.