aboutsummaryrefslogtreecommitdiff
path: root/admin/netdata/Makefile
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2022-03-15 10:51:42 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2022-03-15 10:52:56 +0100
commitceca87b25bf743c215a6ebbdfeb6d38e53e25c02 (patch)
treefb937229db66a05a779e0eed05bb7d864bf9dda9 /admin/netdata/Makefile
parent079479918d8d9894a35f394d98582e0ceab11e45 (diff)
netdata: disable LZ4 compression support
To avoid unnecessary dependency, let's disable it for now. LZ4 can be also used for DB engine and HTTPS Fixes: Package netdata is missing dependencies for the following libraries: liblz4.so.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'admin/netdata/Makefile')
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/netdata/Makefile b/admin/netdata/Makefile
index f97f52e6b..e471f27b2 100644
--- a/admin/netdata/Makefile
+++ b/admin/netdata/Makefile
@@ -57,6 +57,7 @@ CONFIGURE_ARGS += \
--without-libcap \
--disable-https \
--disable-dbengine \
+ --disable-compression \
--disable-plugin-nfacct \
--disable-plugin-freeipmi \
--disable-plugin-cups \