aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67843b65f0f9..75cfa4e5e2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=fluent-bit
pkgmaj=1.5
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc='Collect data/logs from different sources, unify and send them to multiple destinations.'
@@ -43,6 +43,7 @@ build() {
-DFLB_TLS=Yes \
-DFLB_ALL=Yes \
-DFLB_OUT_NATS=Yes \
+ -DFLB_HTTP_SERVER=Yes \
..
make
}