update build.libressl.sh to d/l v 3.4.2
script downloads 3.0.2; 3.4.2 is the latest release. Updated to reflect latest version
This commit is contained in:
parent
4f5f9bdffb
commit
6da6051e00
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
LIBRESSL_VERSION="3.0.2"
|
LIBRESSL_VERSION="3.4.2"
|
||||||
|
|
||||||
mkdir -p deps
|
mkdir -p deps
|
||||||
mkdir -p deps/include
|
mkdir -p deps/include
|
||||||
|
@ -17,4 +17,4 @@ make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu)
|
||||||
cp -fr include ../../deps
|
cp -fr include ../../deps
|
||||||
cp crypto/.libs/libcrypto.a ../../deps/lib
|
cp crypto/.libs/libcrypto.a ../../deps/lib
|
||||||
cp ssl/.libs/libssl.a ../../deps/lib
|
cp ssl/.libs/libssl.a ../../deps/lib
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue