Author: aurel32
Date: 2008-05-31 08:29:46 +0000 (Sat, 31 May 2008)
New Revision: 2963

Added:
   glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff
Modified:
   glibc-package/branches/glibc-branch-etch/debian/changelog
   glibc-package/branches/glibc-branch-etch/debian/patches/series
Log:
  * patches/any/cvs-tls-link.diff: fix linker script for libraries using
    TLS.  Closes: #478542.



Modified: glibc-package/branches/glibc-branch-etch/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/changelog   2008-05-31 
08:11:38 UTC (rev 2962)
+++ glibc-package/branches/glibc-branch-etch/debian/changelog   2008-05-31 
08:29:46 UTC (rev 2963)
@@ -1,3 +1,10 @@
+glibc (2.3.6.ds1-13etch7) stable; urgency=low
+
+  * patches/any/cvs-tls-link.diff: fix linker script for libraries using
+    TLS.  Closes: #478542.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 31 May 2008 10:28:39 +0200
+
 glibc (2.3.6.ds1-13etch6) stable; urgency=low
 
   * patches/any/cvs-nscd-hstcache.diff: fix nscd host caching.  Closes: 

Added: 
glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff
===================================================================
--- 
glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff   
                            (rev 0)
+++ 
glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff   
    2008-05-31 08:29:46 UTC (rev 2963)
@@ -0,0 +1,19 @@
+commit 6503d724f3f43dc3805b6f46f4ebf12512b97ec0
+Author: Ulrich Drepper <[EMAIL PROTECTED]>
+Date:   Thu Feb 24 02:09:38 2005 +0000
+
+    (libc.so): Add AS_NEEDED line for dynamic linker.
+
+diff --git a/Makerules b/Makerules
+index 887d727..5c8185f 100644
+--- a/Makerules
++++ b/Makerules
+@@ -972,7 +972,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \
+        cat $<; \
+        echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
+             '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
+-            ')' \
++            'AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
+       ) > [EMAIL PROTECTED]
+       mv -f [EMAIL PROTECTED] $@
+ 

Modified: glibc-package/branches/glibc-branch-etch/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/series      
2008-05-31 08:11:38 UTC (rev 2962)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/series      
2008-05-31 08:29:46 UTC (rev 2963)
@@ -151,6 +151,7 @@
 any/cvs-sysctl.diff -p1
 any/cvs-thread_signals.diff -p0
 any/cvs-tls-crashfix.diff -p1
+any/cvs-tls-link.diff -p1
 any/cvs-tst-setcontext_c.diff -p1
 any/cvs-resource_h.diff -p1
 any/cvs-vfscanf.diff -p1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to