diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 18:12:43 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 18:12:43 +0000 |
commit | 1de3c1e127706ebc6a16f152635d456dcd59c17f (patch) | |
tree | ab90fb319301b62e910ce910983cab6cfcb0827d | |
parent | e25c56dd670dabf89e189ee76e25d7df3bdf59e6 (diff) |
update jsoncpp archive on linux.
-rw-r--r-- | autobuild.xml | 4 | ||||
-rw-r--r-- | indra/cmake/JsonCpp.cmake | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index e060cc1bd6..6dfa7671d3 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -920,9 +920,9 @@ <key>archive</key> <map> <key>hash</key> - <string>7e6b2fc7ad4e12d94d01cc49c22c6f67</string> + <string>840cd9455638c0ea52c613cfddd07d5b</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/jsoncpp-svn-r69-linux-20101013.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-jsoncpp/rev/223959/arch/Linux/installer/jsoncpp-0.5.0-linux-20110315.tar.bz2</string> </map> <key>name</key> <string>linux</string> diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake index 9024fa92a7..499b00fb44 100644 --- a/indra/cmake/JsonCpp.cmake +++ b/indra/cmake/JsonCpp.cmake @@ -16,7 +16,7 @@ else (STANDALONE) elseif (DARWIN) set(JSONCPP_LIBRARIES libjson_linux-gcc-4.0.1_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) |