projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5364163
)
tools/elfutils: disable bzlib support
author
Felix Fietkau
<nbd@nbd.name>
Wed, 1 Nov 2023 17:37:45 +0000
(18:37 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 1 Nov 2023 17:37:50 +0000
(18:37 +0100)
It is not needed
Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/tools/elfutils/Makefile
b/tools/elfutils/Makefile
index 92eabc14ddfc0414ace0c388f05add6211daf1fe..a70182724857a34397364d6ae0737f2bf1ea7456 100644
(file)
--- 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)