From: Felix Fietkau Date: Wed, 1 Nov 2023 17:37:45 +0000 (+0100) Subject: tools/elfutils: disable bzlib support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjow.git;a=commitdiff_plain;h=17a5f1c81f8b72c0f684ea05bd1acac6fa49d188 tools/elfutils: disable bzlib support It is not needed Signed-off-by: Felix Fietkau --- diff --git a/tools/elfutils/Makefile b/tools/elfutils/Makefile index 92eabc14dd..a701827248 100644 --- a/tools/elfutils/Makefile +++ b/tools/elfutils/Makefile @@ -34,6 +34,7 @@ HOST_CONFIGURE_ARGS += \ --disable-shared \ --enable-static \ --without-lzma \ + --without-bzlib \ --without-zstd ifeq ($(HOST_OS),Darwin)