Ignore:
Timestamp:
Aug 25, 2009, 4:24:18 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
243290f
Parents:
d316e1e
Message:

Updated Perl to 5.10.1

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/perl-5.10.1-libc-1.patch

    rd316e1e r1bf0ff5  
    1 Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>
    2 Date: 2006-02-15
    3 Initial Package Version: 5.8.8
    4         Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30
    5 Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch)
    6 Description: this patch adapts some hard-wired paths to the C library.
     1Submitted By: Ryan Oliver <ryan dot oliver at pha dot com dot au>
     2Date: 2009-08-25
     3Initial Package Version: 5.10.1
     4Origin: Ryan Oliver
     5Upstream Status: Unknown
     6Description: This patch adapts some hard-wired paths to the C library.
    77             It uses the $prefix variable to locate the correct libc.
    88
    9 diff -Naur perl-5.10.0.orig/hints/linux.sh perl-5.10.0/hints/linux.sh
    10 --- perl-5.10.0.orig/hints/linux.sh     2007-12-18 05:47:07.000000000 -0500
    11 +++ perl-5.10.0/hints/linux.sh  2008-08-31 11:57:41.000000000 -0400
    12 @@ -60,9 +60,9 @@
     9Rediffed: Against 5.10.0 by Joe Ciccone on 2008-08-30
     10          Against 5.10.1 By Jim Gifford on 2009-08-25
     11
     12diff -Naur perl-5.10.1.orig/hints/linux.sh perl-5.10.1/hints/linux.sh
     13--- perl-5.10.1.orig/hints/linux.sh     2009-02-12 14:58:12.000000000 -0800
     14+++ perl-5.10.1/hints/linux.sh  2009-08-25 16:20:12.000000000 -0700
     15@@ -63,9 +63,9 @@
    1316 # We don't use __GLIBC__ and  __GLIBC_MINOR__ because they
    1417 # are insufficiently precise to distinguish things like
     
    2326 
    2427 # Configure may fail to find lstat() since it's a static/inline
    25 @@ -423,3 +423,8 @@
     28@@ -436,3 +436,8 @@
    2629     libswanted="$libswanted pthread"
    2730     ;;
Note: See TracChangeset for help on using the changeset viewer.