diff options
Diffstat (limited to 'testing/chromium/chromium-ubacktrace.patch')
-rw-r--r-- | testing/chromium/chromium-ubacktrace.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/chromium/chromium-ubacktrace.patch b/testing/chromium/chromium-ubacktrace.patch new file mode 100644 index 0000000000..d91769b4c1 --- /dev/null +++ b/testing/chromium/chromium-ubacktrace.patch @@ -0,0 +1,10 @@ +--- chromium-13.0.754.0.orig/chrome/chrome_common.gypi ++++ chromium-13.0.754.0/chrome/chrome_common.gypi +@@ -263,6 +263,7 @@ + '-lX11', + '-lXrender', + '-lXext', ++ '-lubacktrace', + ], + }, + },], |