- Timestamp:
- Aug 22, 2009, 1:28:49 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0fc919d
- Parents:
- e4a3370
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/eglibc-2.10.1-20090822-r8849-fixes-1.patch
re4a3370 r4b5cffe 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 7-27-20092 Date: 08-22-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 10:31:14.000000000 -0800 11 +++ libc/elf/ldd.bash.in 2009-08-22 12:59:18.000000000 -0700 12 12 @@ -1,4 +1,4 @@ 13 13 -#! @BASH@ … … 16 16 # This file is part of the GNU C Library. 17 17 18 diff -Naur libc.orig/libio/Makefile libc/libio/Makefile 19 --- libc.orig/libio/Makefile 2009-07-02 13:03:14.000000000 -0700 20 +++ libc/libio/Makefile 2009-08-22 12:59:18.000000000 -0700 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 18 29 diff -Naur libc.orig/sunrpc/Makefile libc/sunrpc/Makefile 19 --- libc.orig/sunrpc/Makefile 2008-04-25 11:12:05.000000000 +000020 +++ libc/sunrpc/Makefile 2009-0 6-07 23:26:18.000000000 +000030 --- libc.orig/sunrpc/Makefile 2008-04-25 04:12:05.000000000 -0700 31 +++ libc/sunrpc/Makefile 2009-08-22 12:59:18.000000000 -0700 21 32 @@ -144,11 +144,11 @@ 22 33 $(+link) … … 34 45 cpp-srcs-left := $(rpcgen-objs:.o=.c) 35 46 diff -Naur libc.orig/timezone/Makefile libc/timezone/Makefile 36 --- libc.orig/timezone/Makefile 2009-03-03 13:14:09.000000000 +000037 +++ libc/timezone/Makefile 2009-0 6-07 23:26:18.000000000 +000047 --- libc.orig/timezone/Makefile 2009-03-03 05:14:09.000000000 -0800 48 +++ libc/timezone/Makefile 2009-08-22 12:59:18.000000000 -0700 38 49 @@ -181,11 +181,11 @@ 39 50 $(objpfx)zic: $(addprefix $(objpfx), $(zic-objs))
Note:
See TracChangeset
for help on using the changeset viewer.