summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-03-15 11:41:10 -0700
committerMerov Linden <merov@lindenlab.com>2011-03-15 11:41:10 -0700
commit918caee18e6f960c28457aa31382f107b2e17040 (patch)
tree4e423feafcc789c0580b5c8c2bfced608d44b6a2 /indra
parent72fd8c2ec428cea667af6fdb360d8f68f6af6d6d (diff)
parent1de3c1e127706ebc6a16f152635d456dcd59c17f (diff)
Pull from jenn_linden/viewer-vs2010
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/Copy3rdPartyLibs.cmake4
-rw-r--r--indra/cmake/JsonCpp.cmake2
-rw-r--r--indra/newview/viewer_manifest.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index c942fafabd..f1584ff0c4 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -244,7 +244,7 @@ elseif(LINUX)
libaprutil-1.so.0
libatk-1.0.so
libbreakpad_client.so.0
- libcrypto.so.0.9.7
+ libcrypto.so.0.9.8
libdb-5.1.so
libexpat.so
libexpat.so.1
@@ -260,7 +260,7 @@ elseif(LINUX)
libstacktrace.so
libtcmalloc.so
libuuid.so.1
- libssl.so.0.9.7
+ libssl.so.0.9.8
libfontconfig.so.1.4.4
)
diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake
index 644b417e17..53801a5737 100644
--- a/indra/cmake/JsonCpp.cmake
+++ b/indra/cmake/JsonCpp.cmake
@@ -16,7 +16,7 @@ else (STANDALONE)
elseif (DARWIN)
set(JSONCPP_LIBRARIES libjson_darwin_libmt.a)
elseif (LINUX)
- set(JSONCPP_LIBRARIES libjsoncpp.a)
+ set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt.a)
endif (WINDOWS)
set(JSONCPP_INCLUDE_DIRS "${LIBS_PREBUILT_DIR}/include/jsoncpp" "${LIBS_PREBUILT_DIR}/include/json")
endif (STANDALONE)
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 229055fdb7..addaafa494 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -935,9 +935,9 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libaprutil-1.so.0.3.10")
self.path("libbreakpad_client.so.0.0.0")
self.path("libdb-5.1.so")
- self.path("libcrypto.so.0.9.7")
+ self.path("libcrypto.so.0.9.8")
self.path("libexpat.so.1.5.2")
- self.path("libssl.so.0.9.7")
+ self.path("libssl.so.0.9.8")
self.path("libuuid.so.1")
self.path("libSDL-1.2.so.0.11.3")
self.path("libdirectfb-1.4.so.5.0.4")