setup-ubuntu.sh: Add g++-multilib

The g++-multilib package is required for nodejs-current on 32-bit
arm and i686 builds.
This commit is contained in:
Fredrik Fornwall 2017-08-08 13:28:08 +02:00
parent ab0570b276
commit 24b828afb1

View File

@ -10,6 +10,7 @@ PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
PACKAGES+=" curl" # Used for fetching sources. PACKAGES+=" curl" # Used for fetching sources.
PACKAGES+=" ed" # Used by bc PACKAGES+=" ed" # Used by bc
PACKAGES+=" flex" PACKAGES+=" flex"
PACKAGES+=" g++-multilib" # For building nodejs-current mkpeephole for 32-bit arm and i686.
PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
PACKAGES+=" git" # Used by the neovim build. PACKAGES+=" git" # Used by the neovim build.
PACKAGES+=" gperf" # Used by the fontconfig build. PACKAGES+=" gperf" # Used by the fontconfig build.