From a6058c692e30773ebfbd4f6eebb6e051988b1167 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 21 Jun 2008 12:13:54 +0000 Subject: [PATCH] Clifford Wolf: Fixed glibc for gcc-43 [2008060608133019853] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9054 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../glibc/glibc27/locale-hotfix-gcc43.patch | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/base/glibc/glibc27/locale-hotfix-gcc43.patch diff --git a/package/base/glibc/glibc27/locale-hotfix-gcc43.patch b/package/base/glibc/glibc27/locale-hotfix-gcc43.patch new file mode 100644 index 000000000..e984645e6 --- /dev/null +++ b/package/base/glibc/glibc27/locale-hotfix-gcc43.patch @@ -0,0 +1,22 @@ +--- ./locale/programs/charmap-kw.h.orig 2008-06-05 12:44:16.000000000 +0200 ++++ ./locale/programs/charmap-kw.h 2008-06-05 12:44:33.000000000 +0200 +@@ -128,7 +128,7 @@ + #ifdef __GNUC__ + __inline + #endif +-const struct keyword_t * ++static const struct keyword_t * + charmap_hash (register const char *str, register unsigned int len) + { + static const struct keyword_t wordlist[] = +--- ./locale/programs/locfile-kw.h.orig 2008-06-05 12:44:46.000000000 +0200 ++++ ./locale/programs/locfile-kw.h 2008-06-05 12:44:52.000000000 +0200 +@@ -128,7 +128,7 @@ + #ifdef __GNUC__ + __inline + #endif +-const struct keyword_t * ++static const struct keyword_t * + locfile_hash (register const char *str, register unsigned int len) + { + static const struct keyword_t wordlist[] =