X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 304B55C6640 for ; Wed, 14 Nov 2018 00:12:00 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 9251D622AB for ; Wed, 14 Nov 2018 03:11:59 +0300 (MSK) From: alpine-mips-patches Date: Tue, 13 Nov 2018 21:03:03 +0000 Subject: [alpine-aports] [PATCH] main/bwm-ng: fix build with gcc8 To: alpine-aports@lists.alpinelinux.org Message-Id: <20181114001159.9251D622AB@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Another GNU-style inline case. --- main/bwm-ng/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/bwm-ng/APKBUILD b/main/bwm-ng/APKBUILD index bcaf7494a3..5a6cd11fc0 100644 --- a/main/bwm-ng/APKBUILD +++ b/main/bwm-ng/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=bwm-ng pkgver=0.6.1 -pkgrel=3 +pkgrel=4 pkgdesc="A small and simple console-based live bandwidth monitor" url="http://www.gropp.org/" arch="all" @@ -23,6 +23,7 @@ prepare() { build() { cd "$_builddir" + CFLAGS="$CFLAGS -std=gnu89" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ -- 2.19.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---