projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204823a
)
tools: zstd: dont override CLI max level
author
Robert Marko
<robimarko@gmail.com>
Mon, 8 Apr 2024 16:35:45 +0000
(18:35 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Tue, 9 Apr 2024 16:39:36 +0000
(18:39 +0200)
Now that instead of relying on env variables for the GH download script
invoking ZSTD tarball compression it passes the full arguments via tar -I
we can drop the CLI max compression level override.
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/zstd/Makefile
patch
|
blob
|
history
diff --git
a/tools/zstd/Makefile
b/tools/zstd/Makefile
index 728cef26b8fd4da0ee735e016f0b1ad13fac92a4..0264ac2422ecf66c233e828f12692fbbdc616243 100644
(file)
--- a/
tools/zstd/Makefile
+++ b/
tools/zstd/Makefile
@@
-17,9
+17,6
@@
include $(INCLUDE_DIR)/host-build.mk
HOSTCC:= $(HOSTCC_NOCACHE)
-HOST_CFLAGS += \
- -DZSTDCLI_CLEVEL_MAX=20
-
HOST_MAKE_FLAGS += \
BACKTRACE=0 \
HAVE_THREAD=1 \