Browse Source

termux-packages: Add util-linux to build-essential

Signed-off-by: Yuvraj Saxena <ysaxenax@gmail.com>
emacs-27
Yuvraj Saxena 6 years ago
committed by Leonid Plyushch
parent
commit
57dfa804e6
  1. 2
      packages/build-essential/build.sh

2
packages/build-essential/build.sh

@ -19,7 +19,7 @@ TERMUX_PKG_PLATFORM_INDEPENDENT=yes
TERMUX_PKG_DEPENDS="autoconf, automake, bison, clang, cmake, flex, gperf, libtool, m4, make, ninja, pkg-config, bc, bzip2, coreutils, diffutils, ed, findutils, gawk, grep, gzip, lzip, lzop, patch, procps, psmisc, sed, tar, xz-utils"
# Other packages that may be interesting.
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python-dev, python2-dev, ruby-dev, rust, subversion"
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python-dev, python2-dev, ruby-dev, rust, subversion, util-linux"
termux_step_post_massage() {
cd "$TERMUX_PKG_MASSAGEDIR"

Loading…
Cancel
Save