Changeset 1997

Show
Ignore:
Timestamp:
10/29/08 22:56:47 (2 months ago)
Author:
bdubbs
Message:

Add perl-5.10.0-page-1.patch to perl-5.10.0-consolidated-1.patch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/perl/perl-5.10.0-consolidated-1.patch

    r1996 r1997  
    55Description: Consoilidation of several upstream patches. 
    66 
    7 1. locate the correct libc. 
     71. perl-5.10.0-libc-1.patch 
    882. [perl bug #54186] 
    993. Fix perl warnings 
    10104. Fix a segfault when there is a double-freed scalar 
     115. perl-5.10.0-page-1.patch   
    1112 
    1213Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br> 
     
    175176     mro_isa_changed_in(stash); 
    176177 
     178Submitted By: DJ Lucas <dj_AT_linuxfromscratch_DOT_org> 
     179Date: 2008-08-28 
     180Initial Package Version: 5.10.0 
     181Origin: Self 
     182Description: this patch removes the deprecated asm/page.h header. 
     183 
     184diff -Naur perl-5.10.0-orig/ext/IPC/SysV/SysV.xs perl-5.10.0/ext/IPC/SysV/SysV.xs 
     185--- perl-5.10.0-orig/ext/IPC/SysV/SysV.xs       2008-08-19 22:36:43.000000000 -0500 
     186+++ perl-5.10.0/ext/IPC/SysV/SysV.xs    2007-12-18 04:47:07.000000000 -0600 
     187@@ -24,8 +24,6 @@ 
     188 #      elif defined(HAS_GETPAGESIZE) 
     189 #          undef  SHMLBA /* not static: determined at boot time */ 
     190 #          define SHMLBA getpagesize() 
     191-#      elif defined(__linux__) 
     192-#          include <asm/page.h>           
     193 #      endif 
     194 #   endif 
     195 #endif