2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Version 2.8.3.

- Fix crashes in OpenSSL on macOS.
This commit is contained in:
John Preston
2021-06-28 13:51:06 +03:00
parent ee0400f1ac
commit 60cbd96d91
7 changed files with 21 additions and 17 deletions

View File

@@ -92,8 +92,8 @@ Go to ***BuildPath*** and run
git clone https://github.com/openssl/openssl openssl_1_1_1
cd openssl_1_1_1
git checkout OpenSSL_1_1_1k
./Configure --prefix=/usr/local/macos no-tests darwin64-x86_64-cc -static -g3 $MIN_VER
git checkout OpenSSL_1_1_1-stable
./Configure --prefix=/usr/local/macos no-shared no-tests darwin64-x86_64-cc $MIN_VER
make build_libs $MAKE_THREADS_CNT
cd ..