diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:18:28 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:24:15 -0800 |
commit | 3a6fb249dde27e3c95d8dc067fba0c4881e50957 (patch) | |
tree | 83d39cee7ec3a7cc8f8f274d2df7f50e3e84a36d /tools | |
parent | 7e26a0daa3c6b76de66fb02a151c006154526d84 (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 1d5102f6a0..be0ecedcdb 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -15,7 +15,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-ssl=$(PREFIX) \ --with-nghttp2=$(PREFIX) \ --without-libpsl \ - --without-zstd + --without-zstd \ + --without-brotli LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |