summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-28 08:15:16 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-28 08:16:04 -0500
commit541f73b88e73a8a018b12c473338c0f2f2bcceb0 (patch)
treedb1aebc3a8254bffaff8c2ca435316423ac532f0 /static/build.html
parent07cbbc43f91b351f1207b5a5a5d7162de4de90b7 (diff)
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.
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html1
1 files changed, 1 insertions, 0 deletions
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 @@
<li>freetype2 and any OpenType/TrueType font (such as DejaVu but anything works)
for OpenJDK despite it being a headless variant without GUI support</li>
<li>ncurses5 (provided by the source tree for some tools but not others)</li>
+ <li>openssl</li>
<li>rsync</li>
<li>unzip</li>
<li>zip</li>