Browse Source
scripts/setup-termux.sh: install binutils-gold
Required by at least ipfs package.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
scripts/setup-termux.sh
|
|
@ -3,6 +3,7 @@ |
|
|
|
PACKAGES="autoconf" |
|
|
|
PACKAGES+=" automake" |
|
|
|
PACKAGES+=" bc" |
|
|
|
PACKAGES+=" binutils-gold" |
|
|
|
PACKAGES+=" bison" |
|
|
|
PACKAGES+=" bzip2" |
|
|
|
PACKAGES+=" clang" |
|
|
|