Author: bdubbs
Date: 2008-10-29 22:56:47 -0600 (Wed, 29 Oct 2008)
New Revision: 1997

Modified:
   trunk/perl/perl-5.10.0-consolidated-1.patch
Log:
Add perl-5.10.0-page-1.patch to perl-5.10.0-consolidated-1.patch

Modified: trunk/perl/perl-5.10.0-consolidated-1.patch
===================================================================
--- trunk/perl/perl-5.10.0-consolidated-1.patch 2008-10-30 04:47:44 UTC (rev 
1996)
+++ trunk/perl/perl-5.10.0-consolidated-1.patch 2008-10-30 04:56:47 UTC (rev 
1997)
@@ -4,10 +4,11 @@
 Origin: Upstream
 Description: Consoilidation of several upstream patches.
 
-1. locate the correct libc.
+1. perl-5.10.0-libc-1.patch
 2. [perl bug #54186]
 3. Fix perl warnings
 4. Fix a segfault when there is a double-freed scalar
+5. perl-5.10.0-page-1.patch  
 
 Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>
 Date: 2006-02-15
@@ -174,3 +175,21 @@
 
      mro_isa_changed_in(stash);
 
+Submitted By: DJ Lucas <dj_AT_linuxfromscratch_DOT_org>
+Date: 2008-08-28
+Initial Package Version: 5.10.0
+Origin: Self
+Description: this patch removes the deprecated asm/page.h header.
+
+diff -Naur perl-5.10.0-orig/ext/IPC/SysV/SysV.xs 
perl-5.10.0/ext/IPC/SysV/SysV.xs
+--- perl-5.10.0-orig/ext/IPC/SysV/SysV.xs      2008-08-19 22:36:43.000000000 
-0500
++++ perl-5.10.0/ext/IPC/SysV/SysV.xs   2007-12-18 04:47:07.000000000 -0600
+@@ -24,8 +24,6 @@
+ #      elif defined(HAS_GETPAGESIZE)
+ #          undef  SHMLBA /* not static: determined at boot time */
+ #          define SHMLBA getpagesize()
+-#      elif defined(__linux__)
+-#          include <asm/page.h>          
+ #      endif
+ #   endif
+ #endif

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to