]> code.ossystems Code Review - openembedded-core.git/commit
site/common-uclibc: Cache gl_cv_func_wcwidth_works
authorKhem Raj <raj.khem@gmail.com>
Mon, 9 Jan 2012 04:39:29 +0000 (20:39 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 10 Jan 2012 05:51:49 +0000 (21:51 -0800)
commita471d342424502de48f28c4f8297d490f2cd1443
tree3fee4127d7ae352dcafb8c5c333d28794750b725
parent3b2bbbf965f31088bcb796e8a55966a2fc180349
site/common-uclibc: Cache gl_cv_func_wcwidth_works

Its not computed properly during configure and
we configure uclibc with widechar support anyway
so its fine to cache it. It fixes the errors like

| In file included from ./stdio.h:31:0,
|                  from fpurge.h:20,
|                  from fpurge.c:20:
| /home/kraj/work/angstrom/sources/openembedded-core/build/tmp-uclibc/sysroots/qemux86/usr/include/stdio.h:662:40: error: expected declaration specifiers or '...' before '(' token
| make[4]: *** [fpurge.o] Error 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/site/common-uclibc