vokoscreen: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 20:02:17 +02:00
parent 17bb7edd31
commit 33828b215a
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel"
fi
CFLAGS="-fcommon"