tools/elfutils: disable bzlib support
[openwrt/staging/nbd.git] / tools / elfutils / Makefile
index 92eabc14ddfc0414ace0c388f05add6211daf1fe..a70182724857a34397364d6ae0737f2bf1ea7456 100644 (file)
@@ -34,6 +34,7 @@ HOST_CONFIGURE_ARGS += \
        --disable-shared \
        --enable-static \
        --without-lzma \
+       --without-bzlib \
        --without-zstd
 
 ifeq ($(HOST_OS),Darwin)