diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:28:24 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:28:24 -0800 |
commit | 76c57e3e2599e6ba6b4e153298d13077184ae03d (patch) | |
tree | 7b856a8e19d8299d4aab8fe3f6e5e655f1f591d4 /tools | |
parent | 53f80e1a38fcf233931b1975dc9ae84fa4ff6e7c (diff) |
tools/depends: curl: add --without-hyper 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 7bf3cb077b..530a29fc64 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -18,7 +18,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-zstd \ --without-brotli \ --without-gssapi \ - --without-gsasl + --without-gsasl \ + --without-hyper LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |