From 5afb1e872154310d17ef8a0709202dd4ac40f0ee Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 15 Jul 2010 22:35:35 +0200 Subject: glibc 2.9: cleaned up; patches only in local dir moved all patches to glibc-2.9 removed references to other dirs. Signed-off-by: Frans Meulenbroeks Acked-by: Khem Raj --- recipes/glibc/glibc-2.9/dl-cache-libcmp.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/glibc/glibc-2.9/dl-cache-libcmp.patch (limited to 'recipes/glibc/glibc-2.9/dl-cache-libcmp.patch') diff --git a/recipes/glibc/glibc-2.9/dl-cache-libcmp.patch b/recipes/glibc/glibc-2.9/dl-cache-libcmp.patch new file mode 100644 index 0000000000..2fedfa6db0 --- /dev/null +++ b/recipes/glibc/glibc-2.9/dl-cache-libcmp.patch @@ -0,0 +1,10 @@ +--- glibc-2.4/elf/Versions.ark 2006-03-11 23:30:09.000000000 +0100 ++++ glibc-2.4/elf/Versions 2006-03-11 23:31:44.000000000 +0100 +@@ -63,5 +63,7 @@ + _dl_debug_state; + # Pointer protection. + __pointer_chk_guard; ++ # for ldconfig ++ _dl_cache_libcmp; + } + } -- cgit 1.2.3-korg