From 7fdbb1c832844694a62c9ff2a365f9f36f800d5f Mon Sep 17 00:00:00 2001 From: "wu@webrtc.org" Date: Wed, 31 Jul 2013 22:41:36 +0000 Subject: [PATCH] We don't need to link with libssl.so when we already depend on openssl. This fixes the hidden-symbol linker warnings. BUG=2149 R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1927004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4459 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/libjingle.gyp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp index 9207d0e8e9..09e4316c1a 100755 --- a/talk/libjingle.gyp +++ b/talk/libjingle.gyp @@ -574,7 +574,6 @@ '-lcrypto', '-ldl', '-lrt', - '-lssl', '-lXext', '-lX11', '-lXcomposite', @@ -650,7 +649,7 @@ ], }, 'defines': [ - 'SSL_USE_NSS', + 'SSL_USE_NSS', ], }], ['OS=="win"', {