Patch to make gettext usable when uClibc is compiled without locale support.This...
authorJohn Crispin <john@openwrt.org>
Tue, 28 Oct 2008 16:31:38 +0000 (16:31 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 28 Oct 2008 16:31:38 +0000 (16:31 +0000)
commit98586c224f92a8f897ffcf6669d0292670c84a7a
treefdbc14a0e7d506d76964bca2a314260ec31b8e17
parent77ddd003ba40aba2d404cb881bcedccd94946478
Patch to make gettext usable when uClibc is compiled without locale support.This patch unlocks the functions of gettext to work on systems without locale support. On an default OpenWrt the uClibc is compiled with only a dummy support for locale, which is unusable and makes so the gettext library completely unusable on this systems.

SVN-Revision: 13057
libs/gettext/Makefile
libs/gettext/patches/120-uclibc-nolocale.patch [new file with mode: 0644]