Browse Source

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>
lilik-openwrt-22.03
Josef Schlehofer 2 years ago
parent
commit
ceca87b25b
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      admin/netdata/Makefile

+ 1
- 0
admin/netdata/Makefile View File

@ -57,6 +57,7 @@ CONFIGURE_ARGS += \
--without-libcap \
--disable-https \
--disable-dbengine \
--disable-compression \
--disable-plugin-nfacct \
--disable-plugin-freeipmi \
--disable-plugin-cups \


Loading…
Cancel
Save