mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
fix openssl3 linking issues in portable binaries (#1247)
This commit is contained in:
parent
2ce2c8fc49
commit
8f55efbc01
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ if [ ! -d "openssl_3" ]; then
|
||||||
cd openssl_3
|
cd openssl_3
|
||||||
opensslPath=`pwd`
|
opensslPath=`pwd`
|
||||||
git checkout openssl-3.1.4
|
git checkout openssl-3.1.4
|
||||||
./config -static
|
./config
|
||||||
make build_libs -j12
|
make build_libs -j12
|
||||||
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
|
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -81,7 +81,7 @@ if [ ! -d "openssl_3" ]; then
|
||||||
cd openssl_3
|
cd openssl_3
|
||||||
opensslPath=`pwd`
|
opensslPath=`pwd`
|
||||||
git checkout openssl-3.1.4
|
git checkout openssl-3.1.4
|
||||||
./config -static
|
./config
|
||||||
make build_libs -j12
|
make build_libs -j12
|
||||||
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
|
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue