Globally set confvar `gl_cv_func_wcrtomb_works=yes`

This commit is contained in:
Tee KOBAYASHI 2021-11-29 06:19:41 +09:00 committed by Henrik Grimler
parent 7f94f7877a
commit d36fd6b8f8
3 changed files with 1 additions and 4 deletions

View File

@ -9,5 +9,3 @@ TERMUX_PKG_SHA256=5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d682
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"

View File

@ -10,8 +10,6 @@ TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_GROUPS="base-devel"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_func_wcrtomb_works=yes"
termux_step_pre_configure() {
CFLAGS+=" -D__USE_FORTIFY_LEVEL=2"
}

View File

@ -88,6 +88,7 @@ termux_step_configure_autotools() {
AVOID_GNULIB+=" gl_cv_func_unlink_honors_slashes=yes"
AVOID_GNULIB+=" gl_cv_func_vsnprintf_posix=yes"
AVOID_GNULIB+=" gl_cv_func_vsnprintf_zerosize_c99=yes"
AVOID_GNULIB+=" gl_cv_func_wcrtomb_works=yes"
AVOID_GNULIB+=" gl_cv_func_wcwidth_works=yes"
AVOID_GNULIB+=" gl_cv_func_working_getdelim=yes"
AVOID_GNULIB+=" gl_cv_func_working_mkstemp=yes"