1diff -pruN gettext-0.17.orig/gettext-runtime/intl/localename.c gettext-0.17/gettext-runtime/intl/localename.c
2--- gettext-0.17.orig/gettext-runtime/intl/localename.c	2009-05-19 17:25:21.925748747 +0200
3+++ gettext-0.17/gettext-runtime/intl/localename.c	2009-05-19 17:26:12.773472555 +0200
4@@ -996,7 +996,7 @@ gl_locale_name_posix (int category, cons
5 {
6   /* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'.
7      On some systems this can be done by the 'setlocale' function itself.  */
8-#if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL
9+#if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL && (!defined __UCLIBC__ || defined __UCLIBC_HAS_LOCALE__)
10   return setlocale (category, NULL);
11 #else
12   const char *retval;
13