tools/elfutils: disable bzlib support

It is not needed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2023-11-01 18:37:45 +01:00
parent 5364163e77
commit 17a5f1c81f
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ HOST_CONFIGURE_ARGS += \
--disable-shared \ --disable-shared \
--enable-static \ --enable-static \
--without-lzma \ --without-lzma \
--without-bzlib \
--without-zstd --without-zstd
ifeq ($(HOST_OS),Darwin) ifeq ($(HOST_OS),Darwin)