]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
glibc: Remove that definition subset of locales.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 May 2010 10:32:19 +0000 (12:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 May 2010 10:32:19 +0000 (12:32 +0200)
pkgs/core/glibc/SUPPORTED.locales [deleted file]
pkgs/core/glibc/glibc.nm

diff --git a/pkgs/core/glibc/SUPPORTED.locales b/pkgs/core/glibc/SUPPORTED.locales
deleted file mode 100644 (file)
index 9003873..0000000
+++ /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 \
index 6e84fee17940665d5f40e7e313dcd1c4332c935b..74910e4f620feac0d60e38f85232ee80cde016f7 100644 (file)
@@ -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/"