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 8806B5C6657 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 C5B71622AC 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/fprobe: fix build with gcc8 To: alpine-aports@lists.alpinelinux.org Message-Id: <20181114001159.C5B71622AC@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/fprobe/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/fprobe/APKBUILD b/main/fprobe/APKBUILD index 21210a9302..3a1f27fa98 100644 --- a/main/fprobe/APKBUILD +++ b/main/fprobe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=fprobe pkgver=1.1 -pkgrel=7 +pkgrel=8 pkgdesc="libpcap-based tool that collect network traffic" url="http://fprobe.sourceforge.net/" arch="all" @@ -31,6 +31,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 ---