diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-11-01 18:37:45 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-11-01 18:37:50 +0100 |
commit | 17a5f1c81f8b72c0f684ea05bd1acac6fa49d188 (patch) | |
tree | 91349d7b8729b4d9e7870f1ea7b2aaa7856f6afd | |
parent | 5364163e774a6887c3c9e5c87203d32e2db26928 (diff) | |
download | openwrt-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>
-rw-r--r-- | tools/elfutils/Makefile | 1 |
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) |