diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 21:30:18 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 21:30:18 +0000 |
commit | 8cdc7ba81b00ab4432378a8c7f03148027f5dfa8 (patch) | |
tree | 9add93bef803051d2251d862b1832cdc8585da37 /build | |
parent | 666988cae5fe52470cab43f2f7f5420962289df2 (diff) | |
download | chromium_src-8cdc7ba81b00ab4432378a8c7f03148027f5dfa8.zip chromium_src-8cdc7ba81b00ab4432378a8c7f03148027f5dfa8.tar.gz chromium_src-8cdc7ba81b00ab4432378a8c7f03148027f5dfa8.tar.bz2 |
Add a dependency on libelf-dev:i386.
This is needed for https://codereview.chromium.org/341573003/
On Lucid, libelf-dev:i386 couldn't be installed in parallel to the 64bit
version. So nacl has a hack to remove -m32 flags from a target that depends
on libelf, to make a target_arch=ia32 on a 64bit system with multilibs work.
In precise, libelf-dev:i386 can be installed in parallel, so do so as a
prerequisite for removing this hack.
BUG=368384
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/347663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 25fc917..f6f98d3 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -152,7 +152,7 @@ nacl_list="bison cmake xvfb gawk texinfo autoconf libtool libpango1.0-0:i386 libxi6:i386 libxcursor1:i386 libxcomposite1:i386 libasound2:i386 libxdamage1:i386 libxtst6:i386 libxrandr2:i386 libcap2:i386 libgtk2.0-0:i386 libxss1:i386 - libexif12:i386 libgl1-mesa-glx:i386" + libexif12:i386 libgl1-mesa-glx:i386 libelf-dev:i386" # Some package names have changed over time if package_exists ttf-mscorefonts-installer; then |