aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinfo@mobile-stream.com <info@mobile-stream.com>2018-11-13 21:03:03 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-14 07:18:43 +0000
commit7e04a9a597a823c1352c0f343ebfd73cf5a2805e (patch)
tree3e6dbc143a34e601e6f7c6dd06cd26c5a75d2b06
parent73c5a485c627dafe61ddb4fb9799674b5075228c (diff)
main/bwm-ng: fix build with gcc8
Another GNU-style inline case.
-rw-r--r--main/bwm-ng/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/bwm-ng/APKBUILD b/main/bwm-ng/APKBUILD
index bcaf7494a34..5a6cd11fc0c 100644
--- a/main/bwm-ng/APKBUILD
+++ b/main/bwm-ng/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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 \