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

r2310 - glibc-package/branches/glibc-2.6/debian/patches/any



Author: aurel32
Date: 2007-05-30 07:42:21 +0000 (Wed, 30 May 2007)
New Revision: 2310

Modified:
   glibc-package/branches/glibc-2.6/debian/patches/any/local-linuxthreads-defines.diff
Log:
Fix local-linuxthreads-defines.diff as the configure script does not export the variables anymore


Modified: 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	2007-05-27 13:50:32 UTC (rev 2309)
+++ glibc-package/branches/glibc-2.6/debian/patches/any/local-linuxthreads-defines.diff	2007-05-30 07:42:21 UTC (rev 2310)
@@ -8,11 +8,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-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@



Reply to: