- Timestamp:
- Jul 27, 2009, 10:48:38 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:
- 4ba9807e
- Parents:
- d2c8aba
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/eglibc-2.10.1-fixes-2.patch
rd2c8aba r6c21280 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 6-07-20092 Date: 07-27-2009 3 3 Initial Package Version: 2.10.1 4 4 Origin: Upstream … … 16 16 # This file is part of the GNU C Library. 17 17 18 diff -Naur libc.orig/libio/Makefile libc/libio/Makefile19 --- libc.orig/libio/Makefile 2009-02-05 14:29:56.000000000 +000020 +++ libc/libio/Makefile 2009-06-07 23:26:18.000000000 +000021 @@ -170,6 +170,7 @@22 tst-fopenloc-ENV = LOCPATH=$(common-objpfx)localedata \23 MALLOC_TRACE=$(objpfx)tst-fopenloc.mtrace24 tst-fgetws-ENV = LOCPATH=$(common-objpfx)localedata25 +tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata26 tst-ungetwc1-ENV = LOCPATH=$(common-objpfx)localedata27 tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata28 bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata29 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 18 diff -Naur libc.orig/sunrpc/Makefile libc/sunrpc/Makefile 42 19 --- libc.orig/sunrpc/Makefile 2008-04-25 11:12:05.000000000 +0000
Note:
See TracChangeset
for help on using the changeset viewer.