aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-11-11 13:30:27 -0800
committerLukas Rusak <lorusak@gmail.com>2023-11-11 13:30:27 -0800
commit1e83abe336d72fedca783e4db2533b56a28a0bc2 (patch)
tree9ec2336aaf4786dadb8ae76c77347a932b28b416 /tools/depends/target/curl
parent401ba0f969e6ffd29af586d2a628dc848e133ba7 (diff)
tools/depends: curl: add --without-msh3 option
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r--tools/depends/target/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile
index 10cd08891b..26263b92c4 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -22,7 +22,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--without-hyper \
--without-ngtcp2 \
--without-nghttp3 \
- --without-quiche
+ --without-quiche \
+ --without-msh3
LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT)