From 983db3a682561e153f0929f7e3688de8493b0fd4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 16 Jan 2017 12:40:05 +0300 Subject: [PATCH] Fix of OS X 10.6-10.7 linking with openssl for https:// requests to work. --- doc/building-xcode-old.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building-xcode-old.md b/doc/building-xcode-old.md index c7a2bf2383..c0c53b5e4c 100644 --- a/doc/building-xcode-old.md +++ b/doc/building-xcode-old.md @@ -181,7 +181,7 @@ From **/Users/user/TBuild/Libraries/qt5_3_2/qtimageformats**, run: Go to **/Users/user/TBuild/Libraries/qt5_3_2** and run: - ./configure -prefix "/usr/local/tdesktop/Qt-5.3.2" -debug-and-release -force-debug-info -opensource -confirm-license -static -opengl desktop -nomake examples -nomake tests -platform macx-g++ + OPENSSL_LIBS="/Users/user/TBuild/Libraries/openssl-xcode_oldmac/libssl.a /Users/user/TBuild/Libraries/openssl-xcode_oldmac/libcrypto.a" ./configure -prefix "/usr/local/tdesktop/Qt-5.3.2" -debug-and-release -force-debug-info -opensource -confirm-license -static -opengl desktop -openssl-linked -I "/Users/user/TBuild/Libraries/openssl-xcode_oldmac/include" -nomake examples -nomake tests -platform macx-g++ make -j4 sudo make -j4 install