diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:18:28 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-15 19:22:08 -0800 |
commit | 5d48c042889a9ca446ad6d33cc49597b4fdbcd67 (patch) | |
tree | 08ce75d7cee29a4a9e2c87235ed98cda6d96925e /tools | |
parent | 2952fcb69f2b6540f77bd357334f6d7fb9a9f32c (diff) |
tools/depends: curl: add --without-brotli 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 20ca479022..a071f59021 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -21,7 +21,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-ca-fallback \ --with-ssl=$(PREFIX) \ --with-nghttp2=$(PREFIX) \ - --without-zstd + --without-zstd \ + --without-brotli LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |