From 9f9b5ce0ee54dcd7f0e968230a3ae4d2f88d0f32 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 19 Sep 2019 19:56:35 +0300 Subject: [PATCH] coreutils: build with libgmp Enhances `expr` and `factor`. Since gmp is part of bootstrap environment, it should be ok to use for programs where possible. --- packages/coreutils/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/coreutils/build.sh b/packages/coreutils/build.sh index 2cee05003..8902f36ca 100644 --- a/packages/coreutils/build.sh +++ b/packages/coreutils/build.sh @@ -5,7 +5,7 @@ TERMUX_PKG_VERSION=8.31 TERMUX_PKG_REVISION=7 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd -TERMUX_PKG_DEPENDS="libandroid-support, libiconv" +TERMUX_PKG_DEPENDS="libandroid-support, libgmp, libiconv" TERMUX_PKG_BREAKS="chroot, busybox (<< 1.30.1-4)" TERMUX_PKG_REPLACES="chroot, busybox (<< 1.30.1-4)" TERMUX_PKG_ESSENTIAL=true @@ -21,7 +21,7 @@ ac_cv_func_getpass=yes --disable-xattr --enable-no-install-program=pinky,df,users,who,uptime --enable-single-binary=symlinks ---without-gmp +--with-gmp " termux_step_pre_configure() {