From 541f73b88e73a8a018b12c473338c0f2f2bcceb0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 28 Dec 2020 08:15:16 -0500 Subject: [PATCH] explicitly list openssl as a dependency It's not necessarily pulled in as a dependency of another package due to some distributions splitting the executable from the libraries. --- static/build.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/build.html b/static/build.html index 6007cc9a..26897997 100644 --- a/static/build.html +++ b/static/build.html @@ -262,6 +262,7 @@
  • freetype2 and any OpenType/TrueType font (such as DejaVu but anything works) for OpenJDK despite it being a headless variant without GUI support
  • ncurses5 (provided by the source tree for some tools but not others)
  • +
  • openssl
  • rsync
  • unzip
  • zip