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

r1364 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2006-04-09 16:23:51 +0000 (Sun, 09 Apr 2006)
New Revision: 1364

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
 * Bump shlib to (>= 2.3.6-6) on i386.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-09 00:43:03 UTC (rev 1363)
+++ glibc-package/trunk/debian/changelog	2006-04-09 16:23:51 UTC (rev 1364)
@@ -20,6 +20,7 @@
     (Closes: #174270, #220992)
   * Add i386/local-i486_ldt_support.diff (add ldt support and thus TLS support
     on i486 machines). Thanks to Petr Salinger for the hint.  (Closes: 226716)
+  * Bump shlib to (>= 2.3.6-6) on i386.
   * Enable TLS for inside the glibc on i386.
 
   [ Denis Barbier ]

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2006-04-09 00:43:03 UTC (rev 1363)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2006-04-09 16:23:51 UTC (rev 1364)
@@ -1,6 +1,9 @@
 GLIBC_PASSES += nptl i686
 DEB_ARCH_REGULAR_PACKAGES += libc6-i686
 
+# Starting with libc6 2.3.6-6 TLS support is enabled
+libc6_shlib_dep = libc6 (>= 2.3.6-6)
+
 # NPTL requires at least i486 assembly.  We don't need to take
 # special measures for i386 systems, since Debian kernel images now
 # emulate the missing instructions on the i386.



Reply to: