coreutils: ac_cv_func_mbsrtowcs=no to fix segfault on arm and i686

This commit is contained in:
Henrik Grimler 2019-05-06 20:33:30 +02:00
parent fcc4395126
commit a107861ccd

View File

@ -2,7 +2,7 @@ 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_DESCRIPTION="Basic file, shell and text manipulation utilities from the GNU project"
TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=8.31 TERMUX_PKG_VERSION=8.31
TERMUX_PKG_REVISION=1 TERMUX_PKG_REVISION=2
TERMUX_PKG_SHA256=ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd TERMUX_PKG_SHA256=ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_DEPENDS="libiconv" TERMUX_PKG_DEPENDS="libiconv"
@ -15,6 +15,7 @@ TERMUX_PKG_DEPENDS="libiconv"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
gl_cv_host_operating_system=Android gl_cv_host_operating_system=Android
ac_cv_func_getpass=yes ac_cv_func_getpass=yes
ac_cv_func_mbsrtowcs=no
--disable-xattr --disable-xattr
--enable-no-install-program=pinky,df,chroot,env,users,who,uptime --enable-no-install-program=pinky,df,chroot,env,users,who,uptime
--enable-single-binary=symlinks --enable-single-binary=symlinks