Build with gl_cv_C_locale_sans_EILSEQ=yes
Fixes #1099 by rebuilding grep with this configure variable.
This commit is contained in:
parent
01763d0b39
commit
acd8f481b5
@ -746,6 +746,7 @@ termux_step_configure_autotools () {
|
||||
AVOID_GNULIB+=" gl_cv_func_working_mktime=yes"
|
||||
AVOID_GNULIB+=" gl_cv_func_working_strerror=yes"
|
||||
AVOID_GNULIB+=" gl_cv_header_working_fcntl_h=yes"
|
||||
AVOID_GNULIB+=" gl_cv_C_locale_sans_EILSEQ=yes"
|
||||
|
||||
# NOTE: We do not want to quote AVOID_GNULIB as we want word expansion.
|
||||
env $AVOID_GNULIB "$TERMUX_PKG_SRCDIR/configure" \
|
||||
|
@ -2,5 +2,6 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/grep/
|
||||
TERMUX_PKG_DESCRIPTION="Command which searches one or more input files for lines containing a match to a specified pattern"
|
||||
TERMUX_PKG_DEPENDS="pcre"
|
||||
TERMUX_PKG_VERSION=3.0
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=e2c81db5056e3e8c5995f0bb5d0d0e1cad1f6f45c3b2fc77b6e81435aed48ab5
|
||||
|
Loading…
Reference in New Issue
Block a user