| Index: third_party/instrumented_libraries/scripts/udev.sh
|
| diff --git a/third_party/instrumented_libraries/scripts/libasound2.sh b/third_party/instrumented_libraries/scripts/udev.sh
|
| similarity index 70%
|
| copy from third_party/instrumented_libraries/scripts/libasound2.sh
|
| copy to third_party/instrumented_libraries/scripts/udev.sh
|
| index d7c59a4df43f2cedf9dd292da095d78ec86194ce..568a5a27bb00f58c3c37cde2fd8f1a9b65230613 100755
|
| --- a/third_party/instrumented_libraries/scripts/libasound2.sh
|
| +++ b/third_party/instrumented_libraries/scripts/udev.sh
|
| @@ -3,14 +3,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# This script does some preparations before build of instrumented libasound2.
|
| +# This script does some preparations before build of instrumented udev.
|
|
|
| -# Instructions from the INSTALL file.
|
| -libtoolize --force --copy --automake
|
| -aclocal
|
| -autoheader
|
| -autoconf
|
| -automake --foreign --copy --add-missing
|
| +# Required on Trusty due to autoconf version mismatch.
|
| +autoreconf --force
|
|
|
| # Do not warn about undefined sanitizer symbols in object files.
|
| sed -i "s/\(-Wl,--no-undefined\|-Wl,-z,defs\)//g" ./configure
|
|
|