Skip to content

Commit

Permalink
tools/elfutils: disable bzlib support
Browse files Browse the repository at this point in the history
It is not needed

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Nov 1, 2023
1 parent 5364163 commit 17a5f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/elfutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ HOST_CONFIGURE_ARGS += \
--disable-shared \
--enable-static \
--without-lzma \
--without-bzlib \
--without-zstd

ifeq ($(HOST_OS),Darwin)
Expand Down

0 comments on commit 17a5f1c

Please sign in to comment.