From 353d9cc41d557c13f8cdf4449fb0ca931d9211742eb395a82e3b1d819e7b4b54 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 10 Mar 2016 10:29:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=427 --- glibc-disable-gettext-for-c-utf8.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc-disable-gettext-for-c-utf8.patch b/glibc-disable-gettext-for-c-utf8.patch index 168a0c1..466df5b 100644 --- a/glibc-disable-gettext-for-c-utf8.patch +++ b/glibc-disable-gettext-for-c-utf8.patch @@ -6,7 +6,7 @@ Index: glibc-2.23/intl/dcigettext.c /* If the current locale value is C (or POSIX) we don't load a domain. Return the MSGID. */ if (strcmp (single_locale, "C") == 0 -+ || strcmp (single_locale, "C.UTF-8") == 0 ++ || strcmp (single_locale, "C.UTF-8") == 0 || strcmp (single_locale, "POSIX") == 0) break;