diff options
-rwxr-xr-x | autobuild.xml | 4 | ||||
-rwxr-xr-x | indra/llcommon/CMakeLists.txt | 1 |
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) |