aboutsummaryrefslogtreecommitdiffstats
path: root/main/fprobe-ulog
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
commit8d037cb2ca5a91aff1b762583b807b78f3275647 (patch)
tree12e74b338020319c4e893ae80455c437ba7bf082 /main/fprobe-ulog
parent9c0fcabf43ee2ad8e78a9c8390aa9a7a05516145 (diff)
downloadaports-8d037cb2ca5a91aff1b762583b807b78f3275647.tar.bz2
aports-8d037cb2ca5a91aff1b762583b807b78f3275647.tar.xz
main/fprobe-ulog: fix build with gcc8
Another GNU-style inline case.
Diffstat (limited to 'main/fprobe-ulog')
-rw-r--r--main/fprobe-ulog/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/fprobe-ulog/APKBUILD b/main/fprobe-ulog/APKBUILD
index d7ffc3e4d2..059aa47c28 100644
--- a/main/fprobe-ulog/APKBUILD
+++ b/main/fprobe-ulog/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=fprobe-ulog
pkgver=1.2
-pkgrel=3
+pkgrel=4
pkgdesc="netfilter-based tool that collect network traffic"
url="https://github.com/opoplawski/fprobe-ulog"
arch="all"
@@ -32,6 +32,7 @@ prepare() {
build() {
cd "$_builddir"
+ CFLAGS="$CFLAGS -std=gnu89" \
./configure \
--build=$CBUILD \
--host=$CHOST \