mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 01:29:16 +02:00
parent
f06b639542
commit
8d8ad7fdb3
5 changed files with 7 additions and 7 deletions
|
@ -95,9 +95,9 @@ build-x86_64-linux-musl:
|
|||
|
||||
# Build OpenSSL statically
|
||||
- apt-get install -y build-essential wget musl-tools
|
||||
- wget https://www.openssl.org/source/openssl-3.0.8.tar.gz
|
||||
- tar xzvf openssl-3.0.8.tar.gz
|
||||
- cd openssl-3.0.8
|
||||
- wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1k.tar.gz
|
||||
- tar xzvf openssl-1.1.1k.tar.gz
|
||||
- cd openssl-1.1.1k
|
||||
- ./config no-async -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
|
||||
- make
|
||||
- make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue