patches/glibc/ports-2.12.1/270-china.patch
author "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Thu Jul 28 22:09:31 2011 +0200 (2011-07-28)
changeset 2573 424fa2092ace
permissions -rw-r--r--
scripts/libc: do not build add-ons by default

Currently, no --enable-add-ons option is passed to libc configure when
"$(do_libc_add_ons_list ,)" is empty, which makes configure automatically search
for present add-ons. In that case, all present add-ons are built, although
no add-on was selected by the user in the config. Moreover, this can make the
configure fail if some non-standard add-ons like eglibc-localedef are present.

This behavior also leads to an inconsistency from a user point of view between
the following cases:
- LIBC_ADDONS_LIST="", LIBC_GLIBC_USE_PORTS=n and THREADS="none" in the config,
which makes "$(do_libc_add_ons_list ,)" return "", so all present add-ons
are built.
- LIBC_ADDONS_LIST="", LIBC_GLIBC_USE_PORTS=n and THREADS!="none" in the
config, which makes "$(do_libc_add_ons_list ,)" return the add-on supporting
the chosen threading implementation, e.g. "nptl", so only this add-on is
built.

This patch disables the building of all add-ons in that case.

It is still possible to build all present add-ons by adding --enable-add-ons to
LIBC_GLIBC_EXTRA_CONFIG_ARRAY.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
yann@2437
     1
yann@2437
     2
yann@2437
     3
diff -durN glibc-2.12.1.orig/localedata/locales/zh_TW glibc-2.12.1/localedata/locales/zh_TW
yann@2437
     4
--- glibc-2.12.1.orig/localedata/locales/zh_TW	2004-11-01 00:42:28.000000000 +0100
yann@2437
     5
+++ glibc-2.12.1/localedata/locales/zh_TW	2009-11-13 00:50:17.000000000 +0100
yann@2437
     6
@@ -1,7 +1,7 @@
yann@2437
     7
 comment_char %
yann@2437
     8
 escape_char /
yann@2437
     9
 %
yann@2437
    10
-% Chinese language locale for Taiwan R.O.C.
yann@2437
    11
+% Chinese language locale for Taiwan
yann@2437
    12
 % charmap: BIG5-CP950
yann@2437
    13
 %
yann@2437
    14
 % Original Author:
yann@2437
    15
@@ -17,7 +17,7 @@
yann@2437
    16
 % Reference:	http://wwwold.dkuug.dk/JTC1/SC22/WG20/docs/n690.pdf
yann@2437
    17
 
yann@2437
    18
 LC_IDENTIFICATION
yann@2437
    19
-title      "Chinese locale for Taiwan R.O.C."
yann@2437
    20
+title      "Chinese locale for Taiwan"
yann@2437
    21
 source     ""
yann@2437
    22
 address    ""
yann@2437
    23
 contact    ""
yann@2437
    24
@@ -25,7 +25,7 @@
yann@2437
    25
 tel        ""
yann@2437
    26
 fax        ""
yann@2437
    27
 language   "Chinese"
yann@2437
    28
-territory  "Taiwan R.O.C."
yann@2437
    29
+territory  "Taiwan"
yann@2437
    30
 revision   "0.2"
yann@2437
    31
 date       "2000-08-02"
yann@2437
    32
 %