Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: third_party/instrumented_libraries/scripts/udev.sh

Issue 704073004: Instrumented libraries: fix udev build on Trusty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing file Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698