| Index: third_party/instrumented_libraries/scripts/libasound2.sh
|
| diff --git a/third_party/instrumented_libraries/scripts/libasound2.sh b/third_party/instrumented_libraries/scripts/libasound2.sh
|
| index 765914b1ac0754a00cb77ce132316fece19de85c..d7c59a4df43f2cedf9dd292da095d78ec86194ce 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
|
|
|