summaryrefslogtreecommitdiffstats
path: root/tools/elfutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-11-01 18:37:45 +0100
committerFelix Fietkau <nbd@nbd.name>2023-11-01 18:37:50 +0100
commit17a5f1c81f8b72c0f684ea05bd1acac6fa49d188 (patch)
tree91349d7b8729b4d9e7870f1ea7b2aaa7856f6afd /tools/elfutils
parent5364163e774a6887c3c9e5c87203d32e2db26928 (diff)
downloadopenwrt-17a5f1c81f8b72c0f684ea05bd1acac6fa49d188.tar.gz
openwrt-17a5f1c81f8b72c0f684ea05bd1acac6fa49d188.tar.bz2
openwrt-17a5f1c81f8b72c0f684ea05bd1acac6fa49d188.zip
tools/elfutils: disable bzlib support
It is not needed Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/elfutils')
-rw-r--r--tools/elfutils/Makefile1
1 files changed, 1 insertions, 0 deletions
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)