Changeset 9c8c5a8 in clfs-sysroot for patches/eglibc-2.10.1-fixes-2.patch
- Timestamp:
- Jul 26, 2009, 3:05:52 PM (15 years ago)
- Branches:
- master
- Children:
- 740e176
- Parents:
- ddaaf19
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/eglibc-2.10.1-fixes-2.patch
rddaaf19 r9c8c5a8 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 6-07-20092 Date: 07-26-2009 3 3 Initial Package Version: 2.10.1 4 4 Origin: Upstream … … 8 8 9 9 diff -Naur libc.orig/elf/ldd.bash.in libc/elf/ldd.bash.in 10 --- libc.orig/elf/ldd.bash.in 2009-02-13 1 8:31:14.000000000 +000011 +++ libc/elf/ldd.bash.in 2009-0 6-07 23:26:18.000000000 +000010 --- 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 12 12 @@ -1,4 +1,4 @@ 13 13 -#! @BASH@ … … 17 17 18 18 diff -Naur libc.orig/libio/Makefile libc/libio/Makefile 19 --- libc.orig/libio/Makefile 2009-0 2-05 14:29:56.000000000 +000020 +++ libc/libio/Makefile 2009-0 6-07 23:26:18.000000000 +000019 --- libc.orig/libio/Makefile 2009-07-02 16:03:14.096441000 -0400 20 +++ libc/libio/Makefile 2009-07-26 17:57:12.160403278 -0400 21 21 @@ -170,6 +170,7 @@ 22 22 tst-fopenloc-ENV = LOCPATH=$(common-objpfx)localedata \ … … 27 27 tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata 28 28 bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata 29 diff -Naur libc.orig/libio/tst-fgetwc.c libc/libio/tst-fgetwc.c30 --- libc.orig/libio/tst-fgetwc.c 2009-02-05 14:29:56.000000000 +000031 +++ libc/libio/tst-fgetwc.c 2009-06-07 23:26:18.000000000 +000032 @@ -6,7 +6,7 @@33 static int34 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;41 29 diff -Naur libc.orig/sunrpc/Makefile libc/sunrpc/Makefile 42 --- libc.orig/sunrpc/Makefile 2008-04-25 11:12:05.000000000 +000043 +++ libc/sunrpc/Makefile 2009-0 6-07 23:26:18.000000000 +000030 --- libc.orig/sunrpc/Makefile 2008-04-25 07:12:05.875033000 -0400 31 +++ libc/sunrpc/Makefile 2009-07-26 17:57:12.157073385 -0400 44 32 @@ -144,11 +144,11 @@ 45 33 $(+link) … … 57 45 cpp-srcs-left := $(rpcgen-objs:.o=.c) 58 46 diff -Naur libc.orig/timezone/Makefile libc/timezone/Makefile 59 --- libc.orig/timezone/Makefile 2009-03-03 13:14:09.000000000 +000060 +++ libc/timezone/Makefile 2009-0 6-07 23:26:18.000000000 +000047 --- libc.orig/timezone/Makefile 2009-03-03 08:14:09.770962000 -0500 48 +++ libc/timezone/Makefile 2009-07-26 17:57:12.157073385 -0400 61 49 @@ -181,11 +181,11 @@ 62 50 $(objpfx)zic: $(addprefix $(objpfx), $(zic-objs))
Note:
See TracChangeset
for help on using the changeset viewer.