[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2000 - in glibc-package/branches/glibc-2.5/debian: . sysdeps



Author: aurel32
Date: 2007-02-19 00:16:25 +0100 (Mon, 19 Feb 2007)
New Revision: 2000

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl
Log:
Depends on a binutils version that supports DT_GNU_HASH.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-18 20:28:28 UTC (rev 1999)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-18 23:16:25 UTC (rev 2000)
@@ -69,7 +69,8 @@
     with linuxthreads) from the libc-alpha mailing list.
   * debian/powerpc/cvs-tls-debug.diff: new patch (fix for debugging
     thread-local variables on powerpc) from CVS.
-  * Build depends on binutils (>= 2.17.50) to enable --hash-style linking.
+  * Build depends on binutils (>= 2.17.50) to enable --hash-style=both 
+    linking. Depends on a binutils version that supports DT_GNU_HASH.
     Closes: #405738.
   * Build depends on gcc-4.2 on hppa to enable TLS on hppa.  Closes: #397813.
   * debian/patches/hppa/cvs-hppa-update.diff: new patch (CVS update).

Modified: glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl
===================================================================
--- glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl	2007-02-18 20:28:28 UTC (rev 1999)
+++ glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl	2007-02-18 23:16:25 UTC (rev 2000)
@@ -154,6 +154,9 @@
 # new libc.
 push @{$libc_c{'Conflicts'}}, 'initrd-tools (<< 0.1.84.1)';
 
+# Depends on a binutils version that supports DT_GNU_HASH
+push @{$libc_dev_c{'Depends'}}, 'binutils (>= 2.17.50)';
+
 # Make sure we only have one version of libc-dev installed
 push @{$libc_dev_c{'Provides'}}, 'libc-dev';
 push @{$libc_dev_c{'Conflicts'}}, 'libc-dev';



Reply to: