diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-19 12:11:54 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-19 12:11:54 -0800 |
commit | a339c948b554070d900aaaca8e6df10694282672 (patch) | |
tree | 46b6513b24e814fb771586c56e0d525e8da108fc | |
parent | 90202a32f8caf7a7e621d69f4315c26f26ff522c (diff) |
update google-breakpad package; fix call to dump symbols.
-rw-r--r-- | autobuild.xml | 12 | ||||
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/autobuild.xml b/autobuild.xml index f2a8bc10bf..ad30389723 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -642,9 +642,9 @@ <key>archive</key> <map> <key>hash</key> - <string>a3b520488b4f444e20838ba5e570dbfd</string> + <string>5937f12de19ce4fa394048f22557b6c5</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-darwin-20101004.tar.bz2</string> + <string> http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-darwin-20110119.tar.bz2</string> </map> <key>name</key> <string>darwin</string> @@ -654,9 +654,9 @@ <key>archive</key> <map> <key>hash</key> - <string>70def6f5eb4cc1f55f0a18c620405f37</string> + <string>aa48259e567b8a55e932570e975201e0</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-linux-20100929.tar.bz2</string> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-linux-20110119.tar.bz2</string> </map> <key>name</key> <string>linux</string> @@ -666,9 +666,9 @@ <key>archive</key> <map> <key>hash</key> - <string>dd8fb6814297a073788b58c010e0184d</string> + <string>506c870d37b3f7696171e4180c8bf821</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-windows-20101018.tar.bz2</string> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-windows-20110119.tar.bz2</string> </map> <key>name</key> <string>windows</string> diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 759c8e4045..b5cb067061 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1870,7 +1870,7 @@ if (PACKAGE) "${VIEWER_DIST_DIR}" "${VIEWER_EXE_GLOBS}" "${VIEWER_LIB_GLOB}" - "${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/bin/dump_syms" + "${AUTOBUILD_INSTALL_DIR}/bin/dump_syms" "${VIEWER_SYMBOL_FILE}" DEPENDS generate_breakpad_symbols.py VERBATIM) |