freedroidClassic: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:21 +02:00
parent f874ea4db1
commit 13db37f44c
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ homepage="http://freedroid.org"
distfiles="http://sourceforge.net/projects/freedroid/files/${pkgname}/FreedroidClassic-${version}/freedroid-${version}.tar.gz"
checksum=0934bd29fb2ad0367ea3bdfdce47537179f9af6aa960cbcc897c40da2e1a0ee3
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
}