community/awesome: 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.
Merge request reports
Activity
Filter activity
enabled an automatic merge when the pipeline for c5adead1 succeeds
Please register or sign in to reply