From: Felix Fietkau Date: Wed, 1 Nov 2023 17:37:45 +0000 (+0100) Subject: tools/elfutils: disable bzlib support X-Git-Tag: v24.10.0-rc1~3874 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a5f1c81f8b72c0f684ea05bd1acac6fa49d188;p=thirdparty%2Fopenwrt.git 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 92eabc14ddf..a7018272485 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)