mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/recode: fix build with gcc8
Another GNU-style inline case.
This commit is contained in:
parent
7ae02ea7b2
commit
f84ea5cb8c
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user