so, uclibc-0.9.30 and the snapshot I found in the download dir both have this problem:
(Makefile.in in the extras/locale directory of the tarball)
LOCALE_DATA_FILENAME := uClibc-locale-20081111-$(ARCH_NATIVE_BIT)-$(if
$(ARCH_LITTLE_ENDIAN),el,eb).tgz
<snip>
locale_OUT)/$(LOCALE_DATA_FILENAME):
ifeq ($(UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA),y)
( cd $(dir $@); $(WGET) http://www.uclibc.org/downloads/$(notdir $@) )
endif
However, the only locale data in the downloads dir is
http://www.uclibc.org/downloads/uClibc-locale-030818.tgz
Can someone explain why this is completely wrong?
Is it correct to simply change LOCALE_DATA_FILENAME to the correct filename
(the only locale data filename)?
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
