grep: Configure with `gl_cv_func_wcrtomb_works=yes`

This commit is contained in:
Tee KOBAYASHI 2021-11-27 02:15:14 +09:00 committed by Henrik Grimler
parent 0ce0565007
commit 7f94f7877a
1 changed files with 3 additions and 1 deletions

View File

@ -3,9 +3,11 @@ TERMUX_PKG_DESCRIPTION="Command which searches one or more input files for lines
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.7
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c
TERMUX_PKG_DEPENDS="libandroid-support, pcre"
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_GROUPS="base-devel"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_func_wcrtomb_works=yes"