aboutsummaryrefslogtreecommitdiffstats
path: root/testing/td-agent-bit/disable-jemalloc.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2017-02-23 15:21:29 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-02-26 20:03:56 +0000
commit1d0358126ae631c3dc579271cd9376e07bb1a4d6 (patch)
treeef561ab1bfdc2dbab531aac8a8105ba0c548b213 /testing/td-agent-bit/disable-jemalloc.patch
parent751a1f21b10a1c2bf1c1d9537a553ed67cf510f8 (diff)
downloadaports-1d0358126ae631c3dc579271cd9376e07bb1a4d6.tar.bz2
aports-1d0358126ae631c3dc579271cd9376e07bb1a4d6.tar.xz
testing/td-agent-bit: new aport
Fluent Bit is an open source and multi-platform Log Forwarder which allows you to collect data/logs from different sources, unify and send them to multiple destinations. Fluent Bit is written in C, has a pluggable architecture supporting around 20 extensions. It's fast and lightweight and provides the required security for network operations through TLS. http://fluentbit.io/
Diffstat (limited to 'testing/td-agent-bit/disable-jemalloc.patch')
-rw-r--r--testing/td-agent-bit/disable-jemalloc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/td-agent-bit/disable-jemalloc.patch b/testing/td-agent-bit/disable-jemalloc.patch
new file mode 100644
index 0000000000..d71f932c47
--- /dev/null
+++ b/testing/td-agent-bit/disable-jemalloc.patch
@@ -0,0 +1,11 @@
+--- fluent-bit-0.10.1/CMakeLists.txt
++++ fluent-bit-0.10.1/CMakeLists.txt.new
+@@ -306,7 +306,7 @@
+
+ if(FLB_TD)
+ FLB_DEFINITION(FLB_IS_TD_AGENT)
+- FLB_OPTION(FLB_JEMALLOC ON)
++ FLB_OPTION(FLB_JEMALLOC OFF)
+ set(FLB_PROG_NAME "TD Agent Bit")
+ set(FLB_OUT_NAME "td-agent-bit")
+ set(WITHOUT_HEADERS On)