Changeset 6c21280


Ignore:
Timestamp:
Jul 27, 2009, 10:48:38 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4ba9807e
Parents:
d2c8aba
Message:

Forgot to update eglibc fixes patch. Now up to -2

Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/patches.ent

    rd2c8aba r6c21280  
    2121<!ENTITY diffutils-i18n-patch-size "17 KB">
    2222
    23 <!ENTITY eglibc-fixes-patch "eglibc-&eglibc-version;-fixes-1.patch">
    24 <!ENTITY eglibc-fixes-patch-md5 "d6291ad34fbf3f75f5fabc7c3089da06">
    25 <!ENTITY eglibc-fixes-patch-size "2 KB">
     23<!ENTITY eglibc-fixes-patch "eglibc-&eglibc-version;-fixes-2.patch">
     24<!ENTITY eglibc-fixes-patch-md5 "204740428874166fcea833b1789338fe">
     25<!ENTITY eglibc-fixes-patch-size "1 KB">
    2626
    2727<!ENTITY expect-avoid_tcl_internals-patch "expect-&expect-version;-avoid-tcl-internals-1.patch">
  • patches/eglibc-2.10.1-fixes-2.patch

    rd2c8aba r6c21280  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 06-07-2009
     2Date: 07-27-2009
    33Initial Package Version: 2.10.1
    44Origin: Upstream
     
    1616 # This file is part of the GNU C Library.
    1717 
    18 diff -Naur libc.orig/libio/Makefile libc/libio/Makefile
    19 --- libc.orig/libio/Makefile    2009-02-05 14:29:56.000000000 +0000
    20 +++ libc/libio/Makefile 2009-06-07 23:26:18.000000000 +0000
    21 @@ -170,6 +170,7 @@
    22  tst-fopenloc-ENV = LOCPATH=$(common-objpfx)localedata \
    23                    MALLOC_TRACE=$(objpfx)tst-fopenloc.mtrace
    24  tst-fgetws-ENV = LOCPATH=$(common-objpfx)localedata
    25 +tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata
    26  tst-ungetwc1-ENV = LOCPATH=$(common-objpfx)localedata
    27  tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
    28  bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
    29 diff -Naur libc.orig/libio/tst-fgetwc.c libc/libio/tst-fgetwc.c
    30 --- libc.orig/libio/tst-fgetwc.c        2009-02-05 14:29:56.000000000 +0000
    31 +++ libc/libio/tst-fgetwc.c     2009-06-07 23:26:18.000000000 +0000
    32 @@ -6,7 +6,7 @@
    33  static int
    34  do_test (void)
    35  {
    36 -  if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
    37 +  if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
    38      {
    39        puts ("setlocale failed");
    40        return 1;
    4118diff -Naur libc.orig/sunrpc/Makefile libc/sunrpc/Makefile
    4219--- libc.orig/sunrpc/Makefile   2008-04-25 11:12:05.000000000 +0000
Note: See TracChangeset for help on using the changeset viewer.