mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 12:12:21 +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
|
||||
opensslPath=`pwd`
|
||||
git checkout openssl-3.1.4
|
||||
./config -static
|
||||
./config
|
||||
make build_libs -j12
|
||||
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
|
||||
cd ..
|
||||
|
|
|
@ -81,7 +81,7 @@ if [ ! -d "openssl_3" ]; then
|
|||
cd openssl_3
|
||||
opensslPath=`pwd`
|
||||
git checkout openssl-3.1.4
|
||||
./config -static
|
||||
./config
|
||||
make build_libs -j12
|
||||
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue