summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2022-11-17 17:19:24 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2022-12-21 14:59:04 +0100
commit70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f (patch)
treefed7728640407b9a11e861a0baaec6c51717c3a9 /TARGETS
parent6ce8a51993e0dfd8feebb51ede67c479c8a78e96 (diff)
downloadjustbuild-70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f.tar.gz
External: Add libcurl dependency
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS18
1 files changed, 18 insertions, 0 deletions
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"]