Chromium Code Reviews| Index: build/install-build-deps.sh |
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh |
| index 53d9712a6ee5267c9cb38ec3cf6406424f7c6edd..3ac43f5a81949fdd0085500352663305af495138 100755 |
| --- a/build/install-build-deps.sh |
| +++ b/build/install-build-deps.sh |
| @@ -155,6 +155,12 @@ arm_list="libc6-dev-armhf-cross |
| linux-libc-dev-armhf-cross |
| g++-arm-linux-gnueabihf" |
| +# Work around for dependency issue Ubuntu/Trusty: http://crbug/435056 |
|
friedman1
2015/04/01 01:15:02
http://crbug.com/435056
Sam Clegg
2015/04/01 16:51:14
Done.
|
| +if [ "x$lsb_release" = "xtrusty" ]; then |
| + arm_list+=" g++-4.8-multilib-arm-linux-gnueabihf |
| + gcc-4.8-multilib-arm-linux-gnueabihf" |
| +fi |
| + |
| # Packages to build NaCl, its toolchains, and its ports. |
| naclports_list="ant autoconf bison cmake gawk intltool xutils-dev xsltproc" |
| nacl_list="g++-mingw-w64-i686 lib32z1-dev |