Skip to content

community/awesome: build with -fcommon

Kevin Daudt requested to merge kdaudt/aports:awesome-f-common into master

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