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

r2299 - in glibc-package/branches/glibc-2.6/debian: . patches patches/any



Author: aurel32
Date: 2007-05-26 11:41:17 +0000 (Sat, 26 May 2007)
New Revision: 2299

Added:
   glibc-package/branches/glibc-2.6/debian/patches/any/local-linuxthreads-defines.diff
Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
  * any/local-linuxthreads-defines.diff: new patch to restore a few defines
    in config.make.in still needed by linuxthreads. Thanks to Petr Salinger
    for the patch.



Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-05-26 11:23:23 UTC (rev 2298)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-05-26 11:41:17 UTC (rev 2299)
@@ -72,8 +72,11 @@
     on arm.
   * kfreebsd/local-sysdeps.diff: update to revision 1949 (from glibc-bsd).
     Thanks to Petr Salinger.
+  * any/local-linuxthreads-defines.diff: new patch to restore a few defines
+    in config.make.in still needed by linuxthreads. Thanks to Petr Salinger
+    for the patch.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 May 2007 13:20:59 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 May 2007 13:40:00 +0200
 
 glibc (2.5-10) UNRELEASED; urgency=low
 

Added: glibc-package/branches/glibc-2.6/debian/patches/any/local-linuxthreads-defines.diff
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/any/local-linuxthreads-defines.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.6/debian/patches/any/local-linuxthreads-defines.diff	2007-05-26 11:41:17 UTC (rev 2299)
@@ -0,0 +1,18 @@
+
+  linuxthreads still uses these defines
+  apply only for glibc 2.6 and above
+
+--- config.make.in	2007-05-26 01:36:34.000000000 +0200
++++ config.make.in	2007-05-26 01:36:34.000000000 +0200
+@@ -38,6 +38,11 @@
+ all-warnings = @all_warnings@
+ 
+ elf = @elf@
++have-protected = @libc_cv_asm_protected_directive@
++have-z-nodelete = @libc_cv_z_nodelete@
++have-z-nodlopen = @libc_cv_z_nodlopen@
++have-z-initfirst = @libc_cv_z_initfirst@
++have-z-relro = @libc_cv_z_relro@
+ have-z-combreloc = @libc_cv_z_combreloc@
+ have-z-execstack = @libc_cv_z_execstack@
+ have-initfini = @libc_cv_have_initfini@

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-26 11:23:23 UTC (rev 2298)
+++ glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-26 11:41:17 UTC (rev 2299)
@@ -109,6 +109,7 @@
 any/local-ldconfig-timestamps.diff -p0
 any/local-libgcc-compat-main.diff -p0
 any/local-libgcc-compat-ports.diff -p0
+any/local-linuxthreads-defines.diff -p0
 any/local-linuxthreads-lowlevellock.diff -p0
 any/local-linuxthreads-fatalprepare.diff -p0
 any/local-linuxthreads-semaphore_h.diff 



Reply to: