libosmocore: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:31 +02:00
parent 1a638daebc
commit 6099d05f82

View file

@ -14,6 +14,8 @@ homepage="https://bb.osmocom.org/trac/wiki/libosmocore"
distfiles="https://github.com/osmocom/libosmocore/archive/${version}.tar.gz"
checksum=74b8e0edb2a97eb3665f4004ed7b5c6a42c2e3f5fe29dcd5d474e7c4d1d11888
CFLAGS="-fcommon"
pre_configure() {
autoreconf -i
}