summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-03-29 01:27:10 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-03-29 01:27:10 -0700
commit39ea211cd78711a06ceb3446f1e6c271a6f65236 (patch)
tree961d645e6554efd6457ae7f59388b677fc225590
parentf18fd58c8cfc772db36fb751cde39934e1ee37e9 (diff)
Viewer breakpad linux fixes
-rwxr-xr-xautobuild.xml4
-rwxr-xr-xindra/llcommon/CMakeLists.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 593126e005..a028d46756 100755
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -775,9 +775,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>4a40d57848950e825464986407c959e2</string>
+ <string>511a65ca6fa7b27d538642b7608b5901</string>
<key>url</key>
- <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-google-breakpad/rev/273077/arch/Linux/installer/google_breakpad-0.0.0-rev1099-linux-20130329.tar.bz2</string>
+ <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-google-breakpad/rev/273079/arch/Linux/installer/google_breakpad-0.0.0-rev1099-linux-20130329.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 5cce8ff2c4..3e57280067 100755
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -17,6 +17,7 @@ include_directories(
${EXPAT_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIRS}
+ ${BREAKPAD_INCLUDE_DIRECTORIES}
)
# add_executable(lltreeiterators lltreeiterators.cpp)