Author: aurel32
Date: 2008-06-01 16:16:39 +0000 (Sun, 01 Jun 2008)
New Revision: 2964

Modified:
   glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff
Log:
Update any/cvs-tls-link.diff


Modified: 
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   
    2008-05-31 08:29:46 UTC (rev 2963)
+++ 
glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff   
    2008-06-01 16:16:39 UTC (rev 2964)
@@ -17,3 +17,46 @@
        ) > [EMAIL PROTECTED]
        mv -f [EMAIL PROTECTED] $@
  
+
+commit 4ba6166c2e6f2231c0dde95d1029f444373d9ac7
+Author: Ulrich Drepper <[EMAIL PROTECTED]>
+Date:   Thu Feb 24 02:10:30 2005 +0000
+
+    Add a whitespace to be sure.
+
+diff --git a/Makerules b/Makerules
+index 5c8185f..57268a6 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) ') )' \
++            ' AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
+       ) > [EMAIL PROTECTED]
+       mv -f [EMAIL PROTECTED] $@
+ 
+
+commit 100d5f025d731839495023e51a69af2e34907436
+Author: Roland McGrath <[EMAIL PROTECTED]>
+Date:   Sat Mar 5 19:24:32 2005 +0000
+
+    2005-03-05  Jakub Jelinek  <[EMAIL PROTECTED]>
+    
+       * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
+       $(inst_slibdir) in AS_NEEDED directive.
+
+diff --git a/Makerules b/Makerules
+index 57268a6..63b07a2 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) ') )' \
++            ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' \
+       ) > [EMAIL PROTECTED]
+       mv -f [EMAIL PROTECTED] $@
+ 


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

Reply via email to