iselect: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:28 +02:00
parent 446872eb24
commit 4665b71227
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ homepage="http://www.ossp.org/pkg/tool/iselect/"
distfiles="${DEBIAN_SITE}/main/${pkgname:0:1}/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=5b75fc5fa5407e85fa77d2a299c4e7628c0213116809f343946e62a8a25c5b1b
CFLAGS="-fcommon"
do_build() {
make ${makejobs} CC="$CC" LD="$LD" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}