| 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
|
|
|