vapier      15/09/26 18:42:06

  Modified:             README.history
  Added:               
                        
00_all_0022-BZ-17250-Fix-static-dlopen-default-library-search-pa.patch
  Log:
  fix from upstream for static linking and using nss libs #509748

Revision  Changes    Path
1.8                  src/patchsets/glibc/2.22/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?r1=1.7&r2=1.8

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.22/README.history,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.history      29 Aug 2015 22:21:52 -0000      1.7
+++ README.history      26 Sep 2015 18:42:06 -0000      1.8
@@ -1,3 +1,6 @@
+8              26 Sep 2015
+       + 00_all_0022-BZ-17250-Fix-static-dlopen-default-library-search-pa.patch
+
 7              29 Aug 2015
        + 00_all_0021-getmntent-fix-memory-corruption-w-blank-lines-BZ-188.patch
 



1.1                  
src/patchsets/glibc/2.22/00_all_0022-BZ-17250-Fix-static-dlopen-default-library-search-pa.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0022-BZ-17250-Fix-static-dlopen-default-library-search-pa.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0022-BZ-17250-Fix-static-dlopen-default-library-search-pa.patch?rev=1.1&content-type=text/plain

Index: 00_all_0022-BZ-17250-Fix-static-dlopen-default-library-search-pa.patch
===================================================================
>From adf228f91c11a1bcdf7563d104a2a370d054e482 Mon Sep 17 00:00:00 2001
From: "Maciej W. Rozycki" <ma...@imgtec.com>
Date: Fri, 25 Sep 2015 09:37:12 +0100
Subject: [PATCH] [BZ #17250] Fix static dlopen default library search path

Fix a regression introduced with commit 0d23a5c1 [Static dlopen
correction fallout fixes] that caused the default library search path to
be ignored for modules loaded with dlopen from static executables.

        [BZ #17250]
        * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
        member.

(cherry picked from commit 93bad7c97c7047ecaf7664859e2b49c0fe995443)
---
 elf/dl-support.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/elf/dl-support.c b/elf/dl-support.c
index 4d036f1..835dcb3 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -91,7 +91,6 @@ static struct link_map _dl_main_map =
     .l_scope = _dl_main_map.l_scope_mem,
     .l_local_scope = { &_dl_main_map.l_searchlist },
     .l_used = 1,
-    .l_flags_1 = DF_1_NODEFLIB,
     .l_tls_offset = NO_TLS_OFFSET,
     .l_serial = 1,
   };
-- 
2.5.2





Reply via email to