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

Unified Diff: third_party/instrumented_libraries/scripts/install-build-deps.sh

Issue 2851493005: Add libgnutls26 to instrumented libraries (Closed)
Patch Set: gn format Created 3 years, 8 months 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/BUILD.gn ('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/install-build-deps.sh
diff --git a/third_party/instrumented_libraries/scripts/install-build-deps.sh b/third_party/instrumented_libraries/scripts/install-build-deps.sh
index d63ab98d0e3b92c4425a5efe20464ec757a2e2ed..25e63d15b2ed5c65231562b306fcd4fd90ec0396 100755
--- a/third_party/instrumented_libraries/scripts/install-build-deps.sh
+++ b/third_party/instrumented_libraries/scripts/install-build-deps.sh
@@ -83,9 +83,9 @@ fi
# for reasons which are not entirely clear.
sudo apt-get install libltdl3-dev libjson0-dev \
libsndfile1-dev libspeexdsp-dev libjack0 \
- chrpath -y # Chrpath is required by fix_rpaths.sh.
+ chrpath -y --force-yes # Chrpath is required by fix_rpaths.sh.
-sudo apt-get build-dep -y $packages
+sudo apt-get build-dep -y --force-yes $packages
if test "$ubuntu_release" = "trusty" ; then
# On Trusty, build deps for some of the instrumented packages above conflict
« no previous file with comments | « third_party/instrumented_libraries/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698