Changeset 84c8190


Ignore:
Timestamp:
Jun 30, 2006, 12:44:55 PM (18 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:
e96ab18
Parents:
9cec330
Message:

Update to Perl patch

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/perl-5.8.8-libc-2.patch

    r9cec330 r84c8190  
    11Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br>
    2 Date: 2006-02-02
     2Date: 2006-02-15
    33Initial Package Version: 5.8.8
    44Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch)
    55Description: this patch adapts some hard-wired paths to the C library.
    6              It uses the $prefix variable to locate the correct libc.
    7 
    8              Updated to Perl 5.8.8 by Jim Gifford
     6             It uses the $prefix variable to locate the correct libc.
    97
    108diff -Naur perl-5.8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh
    119--- perl-5.8.8.orig/hints/linux.sh      2005-11-18 01:18:45.000000000 +0000
    12 +++ perl-5.8.8/hints/linux.sh   2006-02-02 17:20:36.000000000 +0000
     10+++ perl-5.8.8/hints/linux.sh   2006-02-12 12:20:32.000000000 +0000
    1311@@ -52,9 +52,9 @@
    1412 # We don't use __GLIBC__ and  __GLIBC_MINOR__ because they
     
    2422 
    2523 # Configure may fail to find lstat() since it's a static/inline
    26 @@ -330,3 +330,6 @@
     24@@ -330,3 +330,8 @@
    2725     libswanted="$*"
    2826     ;;
    2927 esac
     28+
    3029+locincpth=""
    3130+loclibpth=""
    3231+glibpth="${prefix}/lib"
     32+usrinc="${prefix}/include"
Note: See TracChangeset for help on using the changeset viewer.