From d8770fcbc75e9991345cbcb8d6e03e188e83c737 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Jan 2010 18:09:56 +0000 Subject: [PATCH] coreutils: fix a few failed configure tests SVN-Revision: 19424 --- utils/coreutils/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index 8a104dffda..0df30e0ad1 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -30,6 +30,11 @@ define Package/coreutils/description sufficient and much smaller. endef +CONFIGURE_VARS += \ + gl_cv_func_mbrtowc_incomplete_state=yes \ + gl_cv_func_mbrtowc_retval=yes \ + gl_cv_func_wcrtomb_retval=yes + CONFIGURE_ARGS += \ --enable-install-program=su -- 2.30.2