diff options
author | fuzzard <fuzzard@kodi.tv> | 2024-04-28 10:40:21 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2024-05-02 08:43:43 +1000 |
commit | 82f44f058afb78c39a6c41391535a19cd2e15c19 (patch) | |
tree | 6736894ee96068ef9bea92c299b4d4c66a458be5 /tools/depends/target/curl | |
parent | c3640dda88104e17200a56cb5b520d0ead827e6a (diff) |
[tools/depends][target] curl enable brotli usage
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r-- | tools/depends/target/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index d317b0d538..d4f002df3d 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -14,11 +14,11 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-libidn2 \ --with-ca-fallback \ --with-ssl=$(PREFIX) \ + --with-brotli=$(PREFIX) \ --with-nghttp2=$(PREFIX) \ --with-zlib \ --without-libpsl \ --without-zstd \ - --without-brotli \ --without-gssapi \ --without-gsasl \ --without-hyper \ |