gnome-control-center: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 11:55:17 +02:00
parent 6dc5f61874
commit 5846fd62a9
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" cheese"
fi
CFLAGS="-fcommon"
gnome-control-center-devel_package() {
short_desc+=" - development files"
pkg_install() {