Ignore:
Timestamp:
Aug 31, 2008, 9:15:57 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ea55a49
Parents:
33bdb0d
Message:

Updated Coreutils to 6.12.
Drop Mktemp in favor of the version included in Coreutils.
Updated Perl to 5.10.0.
Updated File to 4.25.
Updated File to 4.26.
Updated GCC to 4.3.2.

File:
1 moved

Legend:

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

    r33bdb0d r7b31c44  
    22Date: 2006-02-15
    33Initial Package Version: 5.8.8
     4        Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30
    45Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch)
    56Description: this patch adapts some hard-wired paths to the C library.
    67             It uses the $prefix variable to locate the correct libc.
    78
    8 diff -Naur perl-5.8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh
    9 --- perl-5.8.8.orig/hints/linux.sh      2005-11-18 01:18:45.000000000 +0000
    10 +++ perl-5.8.8/hints/linux.sh   2006-02-12 12:20:32.000000000 +0000
    11 @@ -52,9 +52,9 @@
     9diff -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 @@
    1213 # We don't use __GLIBC__ and  __GLIBC_MINOR__ because they
    1314 # are insufficiently precise to distinguish things like
     
    2223 
    2324 # Configure may fail to find lstat() since it's a static/inline
    24 @@ -330,3 +330,8 @@
    25      libswanted="$*"
     25@@ -423,3 +423,8 @@
     26     libswanted="$libswanted pthread"
    2627     ;;
    2728 esac
Note: See TracChangeset for help on using the changeset viewer.