From 17a5f1c81f8b72c0f684ea05bd1acac6fa49d188 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 1 Nov 2023 18:37:45 +0100 Subject: [PATCH] tools/elfutils: disable bzlib support It is not needed Signed-off-by: Felix Fietkau --- tools/elfutils/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2