goaccess: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:24 +02:00
parent 30afcec33a
commit 532aed4f20

View file

@ -13,6 +13,8 @@ homepage="https://goaccess.io"
distfiles="http://tar.goaccess.io/goaccess-${version}.tar.gz"
checksum=8c775c5c24bf85a933fd6f1249004847342d6542aa533e4ec02aaf7be41d7b9b
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
}