diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-13 01:17:40 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-13 01:31:26 +0300 |
commit | 6db6558f9ae219d9be304f280896c84e08d06661 (patch) | |
tree | 27dfde366008834efcbab38deda8722ce0b7619f /testing/td-agent-bit | |
parent | 46ef748267a14f14f4a183e71b1b4cc381c06fd2 (diff) | |
download | aports-6db6558f9ae219d9be304f280896c84e08d06661.tar.bz2 aports-6db6558f9ae219d9be304f280896c84e08d06661.tar.xz |
testing/td-agent-bit: don't fail on implicit fallthrough
Diffstat (limited to 'testing/td-agent-bit')
-rw-r--r-- | testing/td-agent-bit/APKBUILD | 3 |
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 |