[Bug 4593] building uClibc fails when USE_NLS is set to "yes"
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Thu Oct 2 11:44:39 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4593
--- Comment #4 from Jin <jin at mediatomb.cc> 2008-10-02 13:44:39 ---
Digging further... I guess the revision that should fix this is
"15970: psm says: use $(top_builddir) instead of $(top_srcdir) when accessing
generated header files"
This would be the diff:
-- trunk/uClibc/extra/locale/Makefile.in 2006/08/23 15:26:46 15921
+++ trunk/uClibc/extra/locale/Makefile.in 2006/08/24 03:55:55 15970
@@ -10,7 +10,9 @@
LOCALE_DATA_FILENAME := uClibc-locale-030818.tgz
-BUILD_CFLAGS-locale-common := -D__UCLIBC_GEN_LOCALE
-DUCLIBC_CTYPE_HEADER='"$(top_srcdir)/include/bits/uClibc_ctype.h"'
+BUILD_CFLAGS-locale-common := \
+ -D__UCLIBC_GEN_LOCALE \
+ -DUCLIBC_CTYPE_HEADER='"$(top_builddir)/include/bits/uClibc_ctype.h"'
BUILD_CFLAGS-gen_wc8bit := $(BUILD_CFLAGS-locale-common) -DCTYPE_PACKED=1
But! That seems to be in OE already, so $(top_builddir) did not solve the
problem for me.
If you have further hints/clues/ideas please let me know, in the meantime I'll
keep trying.
Thanks!
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list