diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-10 15:39:52 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:21:52 -0800 |
commit | 2952fcb69f2b6540f77bd357334f6d7fb9a9f32c (patch) | |
tree | 5956bf973caebaeca7e2b2f8565a27e2713b1058 /tools | |
parent | c3248738fc445951ea785105970d1648028cf33f (diff) |
tools/depends: curl: add --without-zstd option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-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 9618f4aa0f..20ca479022 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -20,7 +20,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-libidn2 \ --with-ca-fallback \ --with-ssl=$(PREFIX) \ - --with-nghttp2=$(PREFIX) + --with-nghttp2=$(PREFIX) \ + --without-zstd LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |