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 a994169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ 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("Zlib_jll"),
Dependency("nghttp2_jll"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit a994169

Please sign in to comment.