[Glibc-bsd-commits] r1946 - trunk/glibc-ports/patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Fri May 25 21:56:07 UTC 2007


Author: ps-guest
Date: 2007-05-25 21:56:07 +0000 (Fri, 25 May 2007)
New Revision: 1946

Added:
   trunk/glibc-ports/patches/linuxthreads26.patch
Log:
* this will hopefully fix glibc 2.6 regression in elf subdir



Added: trunk/glibc-ports/patches/linuxthreads26.patch
===================================================================
--- trunk/glibc-ports/patches/linuxthreads26.patch	                        (rev 0)
+++ trunk/glibc-ports/patches/linuxthreads26.patch	2007-05-25 21:56:07 UTC (rev 1946)
@@ -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 = yes
++have-z-nodelete = yes
++have-z-nodlopen = yes
++have-z-initfirst = yes
++have-z-relro = yes
+ have-z-combreloc = @libc_cv_z_combreloc@
+ have-z-execstack = @libc_cv_z_execstack@
+ have-initfini = @libc_cv_have_initfini@




More information about the Glibc-bsd-commits mailing list