light: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:32 +02:00
parent 78f69e155a
commit a7b6b2e21b

View file

@ -12,6 +12,8 @@ homepage="http://haikarainen.github.io/light/"
distfiles="https://github.com/haikarainen/light/archive/v${version}.tar.gz"
checksum=62e889ee9be80fe808a972ef4981acc39e83a20f9a84a66a82cd1f623c868d9c
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
}