diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-20 20:22:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-20 20:22:54 -0400 |
commit | 120f31502eb521c1e0abaeb24972f070e7f75bd6 (patch) | |
tree | 281d3b7f87f02f9e9c0a092bbb35387dd77119e1 /indra/cmake | |
parent | 252cb50c387b47360f5fd05cc3338daea0ddc8ba (diff) | |
parent | c7721b86c6df55cbfcdb51970944b79ed8674f4e (diff) |
merge changes for storm-1183
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 4698116022..1c43c4ce12 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -243,7 +243,7 @@ elseif(LINUX) libaprutil-1.so.0 libatk-1.0.so libbreakpad_client.so.0 - libcrypto.so.0.9.8 + libcrypto.so.1.0.0 libdb-5.1.so libexpat.so libexpat.so.1 @@ -259,7 +259,7 @@ elseif(LINUX) libtcmalloc.so libuuid.so.16 libuuid.so.16.0.22 - libssl.so.0.9.8 + libssl.so.1.0.0 libfontconfig.so.1.4.4 ) |