Changeset 9c8c5a8 in clfs-sysroot for patches/eglibc-2.10.1-fixes-2.patch


Ignore:
Timestamp:
Jul 26, 2009, 3:05:52 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
740e176
Parents:
ddaaf19
Message:

Updated the EGlibc fixes patch to -2.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/eglibc-2.10.1-fixes-2.patch

    rddaaf19 r9c8c5a8  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 06-07-2009
     2Date: 07-26-2009
    33Initial Package Version: 2.10.1
    44Origin: Upstream
     
    88
    99diff -Naur libc.orig/elf/ldd.bash.in libc/elf/ldd.bash.in
    10 --- libc.orig/elf/ldd.bash.in   2009-02-13 18:31:14.000000000 +0000
    11 +++ libc/elf/ldd.bash.in        2009-06-07 23:26:18.000000000 +0000
     10--- libc.orig/elf/ldd.bash.in   2009-02-13 13:31:14.533608000 -0500
     11+++ libc/elf/ldd.bash.in        2009-07-26 17:57:12.160403278 -0400
    1212@@ -1,4 +1,4 @@
    1313-#! @BASH@
     
    1717 
    1818diff -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
     19--- libc.orig/libio/Makefile    2009-07-02 16:03:14.096441000 -0400
     20+++ libc/libio/Makefile 2009-07-26 17:57:12.160403278 -0400
    2121@@ -170,6 +170,7 @@
    2222 tst-fopenloc-ENV = LOCPATH=$(common-objpfx)localedata \
     
    2727 tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
    2828 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;
    4129diff -Naur libc.orig/sunrpc/Makefile libc/sunrpc/Makefile
    42 --- libc.orig/sunrpc/Makefile   2008-04-25 11:12:05.000000000 +0000
    43 +++ libc/sunrpc/Makefile        2009-06-07 23:26:18.000000000 +0000
     30--- libc.orig/sunrpc/Makefile   2008-04-25 07:12:05.875033000 -0400
     31+++ libc/sunrpc/Makefile        2009-07-26 17:57:12.157073385 -0400
    4432@@ -144,11 +144,11 @@
    4533        $(+link)
     
    5745 cpp-srcs-left := $(rpcgen-objs:.o=.c)
    5846diff -Naur libc.orig/timezone/Makefile libc/timezone/Makefile
    59 --- libc.orig/timezone/Makefile 2009-03-03 13:14:09.000000000 +0000
    60 +++ libc/timezone/Makefile      2009-06-07 23:26:18.000000000 +0000
     47--- libc.orig/timezone/Makefile 2009-03-03 08:14:09.770962000 -0500
     48+++ libc/timezone/Makefile      2009-07-26 17:57:12.157073385 -0400
    6149@@ -181,11 +181,11 @@
    6250 $(objpfx)zic: $(addprefix $(objpfx), $(zic-objs))
Note: See TracChangeset for help on using the changeset viewer.