iouyap: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:28 +02:00
parent dfadd6ae52
commit 13f96e5c31

View file

@ -11,6 +11,8 @@ homepage="https://github.com/GNS3/iouyap"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=181850a4ce73a4d4035f9eb39b2656ae31d360f18b577ee65f5149132da3eccf
CFLAGS="-fcommon"
do_install() {
vbin iouyap
}