opentyrian: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:38 +02:00
parent af15ff47d4
commit 9abcc1ac4b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ distfiles="http://www.camanis.net/${pkgname}/releases/${pkgname}-${version}-src.
checksum="f54b6b3cedcefa187c9f605d6164aae29ec46a731a6df30d351af4c008dee45f
7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277"
CFLAGS="-Wno-error"
CFLAGS="-Wno-error -fcommon"
pre_build() {
sed -i ${wrksrc}/Makefile -e "s;-g0;$CFLAGS;"