Index: third_party/libphonenumber/libphonenumber.gyp |
diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp |
index 229440bfaa861dcc0668834f12d75b27a4985cc0..f5a98fe8f9afa751f443003c0ea135da64aee486 100644 |
--- a/third_party/libphonenumber/libphonenumber.gyp |
+++ b/third_party/libphonenumber/libphonenumber.gyp |
@@ -140,6 +140,12 @@ |
'/wo4309', |
], |
}], |
+ # libphonenumber needs to fix their ODR violations. http://crbug.com/456021 |
+ ['OS=="linux"', { |
+ 'ldflags!': [ |
+ '-Wl,--detect-odr-violations', |
+ ], |
+ }], |
], |
}] |
} |