Skip to content

Commit

Permalink
Switched back to openssl for Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitwham committed Apr 27, 2023
1 parent ca51cc5 commit fc2448c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ Alpine Linux
------------

doas apk update # Ensure the package list is up to date
doas apk add autoconf automake make gcc musl-dev perl bash zlib-dev bzip2-dev xz-dev curl-dev libressl-dev
doas apk add autoconf automake make gcc musl-dev perl bash zlib-dev bzip2-dev xz-dev curl-dev openssl-dev

Note: some older Alpine versions use libressl-dev rather than openssl-dev.

OpenSUSE
--------
Expand Down

0 comments on commit fc2448c

Please sign in to comment.