From 70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 17 Nov 2022 17:19:24 +0100 Subject: External: Add libcurl dependency --- TARGETS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'TARGETS') diff --git a/TARGETS b/TARGETS index dfac3c8e..72ca23d1 100644 --- a/TARGETS +++ b/TARGETS @@ -134,6 +134,24 @@ } } } +, "libcurl": + { "type": "configure" + , "target": ["@", "libcurl", "", "curl"] + , "config": + { "type": "let*" + , "bindings": + [ ["ENABLE_ARES", true] + , ["HTTP_ONLY", true] + , ["CURL_USE_LIBPSL", false] + , ["CURL_USE_LIBSSH2", false] + ] + , "body": + { "type": "env" + , "vars": + ["ENABLE_ARES", "HTTP_ONLY", "CURL_USE_LIBPSL", "CURL_USE_LIBSSH2"] + } + } + } , "just-ext-hdrs": { "type": "configure" , "arguments_config": ["OS", "ARCH"] -- cgit v1.2.3