tools/elfutils: disable bzlib support
authorFelix Fietkau <nbd@nbd.name>
Wed, 1 Nov 2023 17:37:45 +0000 (18:37 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 1 Nov 2023 17:37:50 +0000 (18:37 +0100)
It is not needed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/elfutils/Makefile

index 92eabc14ddfc0414ace0c388f05add6211daf1fe..a70182724857a34397364d6ae0737f2bf1ea7456 100644 (file)
@@ -34,6 +34,7 @@ HOST_CONFIGURE_ARGS += \
        --disable-shared \
        --enable-static \
        --without-lzma \
+       --without-bzlib \
        --without-zstd
 
 ifeq ($(HOST_OS),Darwin)