From 1da2a7c10c6d3efd92a9d8c8a4c5276be2d63d69 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 20 Sep 2016 16:21:57 +0300 Subject: [PATCH] Fixed Linux build (double OpenSSL init with libgost). #2427 --- Telegram/gyp/qt.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/gyp/qt.gypi b/Telegram/gyp/qt.gypi index b82f83325a..2947a553c1 100644 --- a/Telegram/gyp/qt.gypi +++ b/Telegram/gyp/qt.gypi @@ -92,8 +92,6 @@ 'Qt5DBus', 'Qt5Core', 'qtpcre', - 'ssl', - 'crypto', 'Xi', 'Xext', 'SM', @@ -204,6 +202,8 @@ 'libraries': [ '/usr/local/lib/libxkbcommon.a', '<@(qt_libs_release)', + '/usr/local/ssl/lib/libssl.a', + '/usr/local/ssl/lib/libcrypto.a', 'xcb', 'X11', 'X11-xcb',