From bc97158f393d8e4c7e4ea167dbe6b5f540d109c7 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] Add `nghttp2` to dependencies --- G/GDAL/build_tarballs.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/G/GDAL/build_tarballs.jl b/G/GDAL/build_tarballs.jl index 89c3ade944b..23cf8bd4f05 100644 --- a/G/GDAL/build_tarballs.jl +++ b/G/GDAL/build_tarballs.jl @@ -94,6 +94,10 @@ dependencies = [ Dependency("LibCURL_jll"), Dependency("OpenJpeg_jll"), Dependency("Expat_jll"), + # We need to explicitly list nghttp2 because it's a dependency of + # LibCURL_jll which is now a stdlib, but nghttp2_jll isn't currently a + # stdlib + Dependency("nghttp2_jll"), ] # Build the tarballs, and possibly a `build.jl` as well.