From: Michael Tremer Date: Tue, 1 Apr 2014 14:24:50 +0000 (+0200) Subject: glibc: Install all known locales. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4e3ce5438b6ad5707afa57f548519aac103ef725;ds=sidebyside glibc: Install all known locales. --- diff --git a/lfs/glibc b/lfs/glibc index dcbffc254..f0d8aba64 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -298,8 +298,7 @@ endif ifeq "$(ROOT)" "" # Creating the locales mkdir -p /usr/lib/locale - cd $(DIR_SRC)/glibc-build && localedef -i en_US -f ISO-8859-1 en_US - cd $(DIR_SRC)/glibc-build && localedef -i en_US -f UTF-8 en_US.utf8 + cd $(DIR_SRC)/glibc-build && make localedata/install-locales # Timezone data will be shipped by tzdata. rm -rfv /usr/share/zoneinfo