From 9b72bfd4a282501cd6442021f7df6e38d976ee2c Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Tue, 7 May 2019 18:45:07 +0300 Subject: [PATCH] coreutils: depend on libandroid-support --- packages/coreutils/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/coreutils/build.sh b/packages/coreutils/build.sh index 8be7cb0d6..a24c0141a 100644 --- a/packages/coreutils/build.sh +++ b/packages/coreutils/build.sh @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/coreutils/ TERMUX_PKG_DESCRIPTION="Basic file, shell and text manipulation utilities from the GNU project" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_VERSION=8.31 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SHA256=ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_DEPENDS="libiconv" +TERMUX_PKG_DEPENDS="libandroid-support, libiconv" # pinky has no usage on Android. # df does not work either, let system binary prevail. @@ -15,7 +15,6 @@ TERMUX_PKG_DEPENDS="libiconv" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" gl_cv_host_operating_system=Android ac_cv_func_getpass=yes -ac_cv_func_mbsrtowcs=no --disable-xattr --enable-no-install-program=pinky,df,chroot,env,users,who,uptime --enable-single-binary=symlinks