From 362196232b81c8c666dc536f774911e59f6ff619 Mon Sep 17 00:00:00 2001 From: "earthdok@chromium.org" Date: Sun, 10 Nov 2013 00:43:40 +0000 Subject: [PATCH] Add libstdc++6-4.6-dbg to build deps. This package is needed for LeakSanitizer. BUG=293335 TBR=pschmidt@chromium.org Review URL: https://codereview.chromium.org/67843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234153 0039d316-1c4b-4281-b951-d872f2087c98 --- build/install-build-deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 0b35943097100f..80a5812e74cdbe 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -122,7 +122,8 @@ dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libfontconfig1-dbg libpixman-1-0-dbg libsqlite3-0-dbg libx11-6-dbg libxau6-dbg libxcb1-dbg libxcomposite1-dbg libxcursor1-dbg libxdamage1-dbg libxdmcp6-dbg libxext6-dbg libxfixes3-dbg libxi6-dbg libxinerama1-dbg - libxrandr2-dbg libxrender1-dbg libxtst6-dbg zlib1g-dbg" + libxrandr2-dbg libxrender1-dbg libxtst6-dbg zlib1g-dbg + libstdc++6-4.6-dbg" # arm cross toolchain packages needed to build chrome on armhf arm_list="libc6-armhf-cross libc6-dev-armhf-cross libgcc1-armhf-cross