scripts/setup-termux.sh: install binutils-gold

Required by at least ipfs package.
This commit is contained in:
Leonid Pliushch 2019-08-08 22:03:45 +03:00
parent 5e5659c73c
commit cda78acbb0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PACKAGES="autoconf"
PACKAGES+=" automake"
PACKAGES+=" bc"
PACKAGES+=" binutils-gold"
PACKAGES+=" bison"
PACKAGES+=" bzip2"
PACKAGES+=" clang"