aboutsummaryrefslogtreecommitdiffstats
path: root/testing/td-agent-bit/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-13 01:17:40 +0300
committerprspkt <prspkt@protonmail.com>2019-06-13 01:31:26 +0300
commit6db6558f9ae219d9be304f280896c84e08d06661 (patch)
tree27dfde366008834efcbab38deda8722ce0b7619f /testing/td-agent-bit/APKBUILD
parent46ef748267a14f14f4a183e71b1b4cc381c06fd2 (diff)
downloadaports-6db6558f9ae219d9be304f280896c84e08d06661.tar.bz2
aports-6db6558f9ae219d9be304f280896c84e08d06661.tar.xz
testing/td-agent-bit: don't fail on implicit fallthrough
Diffstat (limited to 'testing/td-agent-bit/APKBUILD')
-rw-r--r--testing/td-agent-bit/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/td-agent-bit/APKBUILD b/testing/td-agent-bit/APKBUILD
index 371378ca79..926729a5cf 100644
--- a/testing/td-agent-bit/APKBUILD
+++ b/testing/td-agent-bit/APKBUILD
@@ -3,7 +3,7 @@
pkgname=td-agent-bit
_pkgname=fluent-bit
pkgver=0.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and Lightweight Log/Data Forwarder [fluent-bit]"
url="http://fluentbit.io"
arch="all !aarch64 !s390x"
@@ -24,6 +24,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+ -DCMAKE_C_FLAGS="$CFLAGS -Wno-implicit-fallthrough" \
-DFLB_ALL=ON \
-DFLB_TD=ON ..
make || return 1