From: Michael Tremer Date: Fri, 14 May 2010 10:32:19 +0000 (+0200) Subject: glibc: Remove that definition subset of locales. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd055872caaea6620e162e0f612935aaae264d57;p=ipfire-3.x.git glibc: Remove that definition subset of locales. --- diff --git a/pkgs/core/glibc/SUPPORTED.locales b/pkgs/core/glibc/SUPPORTED.locales deleted file mode 100644 index 900387321..000000000 --- a/pkgs/core/glibc/SUPPORTED.locales +++ /dev/null @@ -1,21 +0,0 @@ -# This file names the currently supported and somewhat tested locales. -# If you have any additions please file a glibc bug report. -SUPPORTED-LOCALES=\ -da_DK.UTF-8/UTF-8 \ -da_DK/ISO-8859-1 \ -de_DE.UTF-8/UTF-8 \ -de_DE/ISO-8859-1 \ -de_DE@euro/ISO-8859-15 \ -en_GB.UTF-8/UTF-8 \ -en_GB/ISO-8859-1 \ -en_US.UTF-8/UTF-8 \ -en_US/ISO-8859-1 \ -es_ES.UTF-8/UTF-8 \ -es_ES/ISO-8859-1 \ -es_ES@euro/ISO-8859-15 \ -fr_FR.UTF-8/UTF-8 \ -fr_FR/ISO-8859-1 \ -fr_FR@euro/ISO-8859-15 \ -it_IT.UTF-8/UTF-8 \ -it_IT/ISO-8859-1 \ -it_IT@euro/ISO-8859-15 \ diff --git a/pkgs/core/glibc/glibc.nm b/pkgs/core/glibc/glibc.nm index 6e84fee17..74910e4f6 100644 --- a/pkgs/core/glibc/glibc.nm +++ b/pkgs/core/glibc/glibc.nm @@ -160,10 +160,6 @@ define STAGE_PREPARE cd $(DIR_APP) && sed -e "s/LDFLAGS-rpath-ORIGIN/LDFLAGS/g" \ -i iconvdata/Makefile - # Copy our customized SUPPORTED file to build localization files - # only for supported languages - cp -vf $(DIR_SOURCE)/SUPPORTED.locales $(DIR_APP)/localedata/SUPPORTED - # Use gnu hash style cd $(DIR_APP) && sed -i Makeconfig \ -e "s/-Wl,--hash-style=both/-Wl,--hash-style=gnu -Wl,-O1/"