summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2014-11-11 11:00:53 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-11 19:02:09 +0000
commitbaa4589daf1c7fce3698f5bee819b8268aae0fb3 (patch)
tree5805a65ef7e471f17e4f417c26dece2d94f02073 /third_party/instrumented_libraries
parentae48977c3c68fbe7f3786ccea754fd30f1b59303 (diff)
downloadchromium_src-baa4589daf1c7fce3698f5bee819b8268aae0fb3.zip
chromium_src-baa4589daf1c7fce3698f5bee819b8268aae0fb3.tar.gz
chromium_src-baa4589daf1c7fce3698f5bee819b8268aae0fb3.tar.bz2
Instrumented libraries: fix libasound2 build on Trusty.
BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/716883002 Cr-Commit-Position: refs/heads/master@{#303682}
Diffstat (limited to 'third_party/instrumented_libraries')
-rwxr-xr-xthird_party/instrumented_libraries/scripts/libasound2.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/scripts/libasound2.sh b/third_party/instrumented_libraries/scripts/libasound2.sh
index 765914b..d7c59a4 100755
--- a/third_party/instrumented_libraries/scripts/libasound2.sh
+++ b/third_party/instrumented_libraries/scripts/libasound2.sh
@@ -11,3 +11,6 @@ aclocal
autoheader
autoconf
automake --foreign --copy --add-missing
+
+# Do not warn about undefined sanitizer symbols in object files.
+sed -i "s/\(-Wl,--no-undefined\|-Wl,-z,defs\)//g" ./configure