Skip to content

Commit

Permalink
[GDAL] Explicit list LibCURL_jll dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 19, 2020
1 parent 709a2e4 commit c4d1069
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c4d1069

Please sign in to comment.