summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--breakpad/breakpad.gyp6
2 files changed, 7 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index add18fe..37bed0e 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,7 @@ vars = {
deps = {
"src/breakpad/src":
- "http://google-breakpad.googlecode.com/svn/trunk/src@568",
+ "http://google-breakpad.googlecode.com/svn/trunk/src@604",
"src/build/util/support":
"/trunk/deps/support@20411",
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index df10b97..42f72b4 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -279,6 +279,12 @@
'src/common/string_conversion.h',
],
+ 'link_settings': {
+ 'libraries': [
+ '-ldl',
+ ],
+ },
+
'include_dirs': [
'src',
'src/client',