diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-10 15:39:52 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:24:15 -0800 |
commit | 7e26a0daa3c6b76de66fb02a151c006154526d84 (patch) | |
tree | 1a99890e4a78ea7f7ea733d301b6a2a03da030ac /tools/depends/target/curl | |
parent | 1d64388b92820ec33fe2809860486032543735e9 (diff) |
tools/depends: curl: add --without-zstd option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r-- | tools/depends/target/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index d1d541db81..1d5102f6a0 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -14,7 +14,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-ca-fallback \ --with-ssl=$(PREFIX) \ --with-nghttp2=$(PREFIX) \ - --without-libpsl + --without-libpsl \ + --without-zstd LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |