On Sat, Oct 10, 2009 at 03:51:49PM +0200, Bernhard Reutner-Fischer wrote:
> On Sat, Oct 10, 2009 at 01:27:48PM +0200, Marc Andre Tanner wrote:
> >Hi all,
> >
> >I need the iconv interface but without the actual local data which is
> >rather big. I therefore followed the instructions in extra/locale/README
> >and took a look at the coressponding Makefile.in. There I found that
> >UCLIBC_BUILD_MINIMAL_LOCALE apparently does what I want (why is this
> >not linked up in the Kconfig and shown during make menuconfig?).
> 
> It's not "officially" supported, no ยน)

Not yet, I hope?

> >I then had to fix the following issues in order to make it work:
> >
> >  - The Makefile.in passes @echo to the shell which causes an error
> >    this is what the patch in this mail fixes.
> >
> >  - There is something wrong with the dependencies, the Makefile has
> >    no rule to make include/bits/sysnum.h. This could be releated to
> >    the following commented out line:
> >
> >      #DEPH-locale := $(top_builddir)include/bits/sysnum.h
> >    
> >    I worked around this in my scripts for now. They basically do:
> >
> >      make headers
> >      make include/bits/sysnum.h 
> >      cd extra/locale
> >      make clean
> >      make UCLIBC_BUILD_MINIMAL_LOCALE=y
> >      cd - >/dev/null
> >      make install
> 
> see above.
> >
> >This all was with version 0.9.30.1 but the relevant code seems to be
> >the same in current master.
> 
> I'd rather do something like the attached..

Yes this is even better! Does this mean that it will be "officially" 
supported?

Is there any special reason why you changed the default from en_US 
to en_GB (it doesn't really matter for me anyway)?

Thanks,
Marc

-- 
 Marc Andre Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to