halibut: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:26 +02:00
parent 05d130303e
commit 7ce3aae118
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ homepage="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f
CFLAGS='-I../charset -I../build'
CFLAGS='-I../charset -I../build -fcommon'
pre_build() {
export LIBS="$LDFLAGS"