aboutsummaryrefslogtreecommitdiffstats
path: root/testing/td-agent-bit/APKBUILD
diff options
context:
space:
mode:
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