netdata: disable LZ4 compression support 18063/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 15 Mar 2022 09:51:42 +0000 (10:51 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 15 Mar 2022 09:52:56 +0000 (10:52 +0100)
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>
admin/netdata/Makefile

index f97f52e6bca84fa953d658f6d2a59f674d341d08..e471f27b24c2046bc713c86568cf8e0d1a3a9eaf 100644 (file)
@@ -57,6 +57,7 @@ CONFIGURE_ARGS += \
        --without-libcap \
        --disable-https \
        --disable-dbengine \
+       --disable-compression \
        --disable-plugin-nfacct \
        --disable-plugin-freeipmi \
        --disable-plugin-cups \