From c4d106971b647cc36953d5dacd34199e0e7966dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 19 Oct 2020 00:35:04 +0100 Subject: [PATCH] [GDAL] Explicit list `LibCURL_jll` dependencies --- G/GDAL/build_tarballs.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/G/GDAL/build_tarballs.jl b/G/GDAL/build_tarballs.jl index 89c3ade944b..462b014508c 100644 --- a/G/GDAL/build_tarballs.jl +++ b/G/GDAL/build_tarballs.jl @@ -94,6 +94,11 @@ dependencies = [ Dependency("LibCURL_jll"), Dependency("OpenJpeg_jll"), Dependency("Expat_jll"), + # The following libraries are dependencies of LibCURL_jll which is now a + # stdlib, but the stdlib doesn't explicitly list its dependencies + Dependency("LibSSH2_jll"), + Dependency("MbedTLS_jll"), + Dependency("nghttp2_jll"), ] # Build the tarballs, and possibly a `build.jl` as well.