main/recode: fix build with gcc8

Another GNU-style inline case.
This commit is contained in:
info@mobile-stream.com 2018-11-13 21:03:02 +00:00 committed by Leonardo Arena
parent 7ae02ea7b2
commit f84ea5cb8c

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=recode
pkgver=3.6
pkgrel=1
pkgrel=2
pkgdesc="Charset converter tool and library"
url="https://github.com/pinard/Recode"
arch="all"
@ -36,6 +36,7 @@ prepare() {
build() {
cd "$_builddir"
CFLAGS="$CFLAGS -std=gnu89" \
./configure \
--build=$CBUILD \
--host=$CHOST \