vgmplay: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:49:00 +02:00
parent 9bc1446084
commit bccdf2f281

View file

@ -12,6 +12,7 @@ homepage="https://github.com/vgmrips/vgmplay/"
distfiles="https://github.com/vgmrips/vgmplay/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=84f324a2f2fa01410a5d965cd227b24457b984e1bbd0ebfb768c9b545a47b521
CFLAGS="-fcommon"
LDFLAGS="-lm -pthread -lao -lz"
pre_build() {