diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:30:04 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-11-11 13:30:04 -0800 |
commit | 401ba0f969e6ffd29af586d2a628dc848e133ba7 (patch) | |
tree | fbf1fb55495b761ade725d22d91ef91a57ba22be /tools | |
parent | 4579c9b91149a9ef232c6e210beeca4cca6618d5 (diff) |
tools/depends: curl: add --without-quiche 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 b0a1a946de..10cd08891b 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -21,7 +21,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-gsasl \ --without-hyper \ --without-ngtcp2 \ - --without-nghttp3 + --without-nghttp3 \ + --without-quiche LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |