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
This commit is contained in:
parent
27c0408a16
commit
7fdbb1c832
@ -574,7 +574,6 @@
|
||||
'-lcrypto',
|
||||
'-ldl',
|
||||
'-lrt',
|
||||
'-lssl',
|
||||
'-lXext',
|
||||
'-lX11',
|
||||
'-lXcomposite',
|
||||
@ -650,7 +649,7 @@
|
||||
],
|
||||
},
|
||||
'defines': [
|
||||
'SSL_USE_NSS',
|
||||
'SSL_USE_NSS',
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user