gscope3: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:25 +02:00
parent 8bf18018cd
commit 4c02507974

View file

@ -15,6 +15,8 @@ homepage="https://github.com/tefletch/gscope"
distfiles="https://github.com/tefletch/gscope/archive/${_release}.tar.gz"
checksum=06d0fd4351b4f8dc1850c81b07c112b0974bfb140f9fe56f8af6f865be3e0a2a
CFLAGS="-fcommon"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}