Changeset 84c8190
- Timestamp:
- Jun 30, 2006, 12:44:55 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e96ab18
- Parents:
- 9cec330
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/perl-5.8.8-libc-2.patch
r9cec330 r84c8190 1 1 Submitted By: Anderson Lizardo <andersonlizardo(at)yahoo(dot)com(dot)br> 2 Date: 2006-02- 022 Date: 2006-02-15 3 3 Initial Package Version: 5.8.8 4 4 Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch) 5 5 Description: 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. 9 7 10 8 diff -Naur perl-5.8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh 11 9 --- 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 +000010 +++ perl-5.8.8/hints/linux.sh 2006-02-12 12:20:32.000000000 +0000 13 11 @@ -52,9 +52,9 @@ 14 12 # We don't use __GLIBC__ and __GLIBC_MINOR__ because they … … 24 22 25 23 # Configure may fail to find lstat() since it's a static/inline 26 @@ -330,3 +330, 6@@24 @@ -330,3 +330,8 @@ 27 25 libswanted="$*" 28 26 ;; 29 27 esac 28 + 30 29 +locincpth="" 31 30 +loclibpth="" 32 31 +glibpth="${prefix}/lib" 32 +usrinc="${prefix}/include"
Note:
See TracChangeset
for help on using the changeset viewer.