diff options
author | Redvers Davies <red@criticalintegration.com> | 2003-12-22 03:11:34 -0500 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-27 22:55:35 +0000 |
commit | e4568ebb449242658dc89dca2cbff0f024acf76c (patch) | |
tree | c325ec64bad57e537e9eca6ddde59f3de950c371 /Cross/installperl.patch | |
parent | b0e74086c793b91e11f2cb4f6e6cda6343532701 (diff) | |
download | perl-e4568ebb449242658dc89dca2cbff0f024acf76c.tar.gz |
Cross compilation patches for arm.
Message-Id: <1072098653.4789.6.camel@ragefire>
Date: Mon, 22 Dec 2003 08:11:34 -0500
p4raw-id: //depot/perl@21985
Diffstat (limited to 'Cross/installperl.patch')
-rw-r--r-- | Cross/installperl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/installperl.patch b/Cross/installperl.patch index 0101e660fe..7e10c94ac4 100644 --- a/Cross/installperl.patch +++ b/Cross/installperl.patch @@ -3,7 +3,7 @@ @@ -3,8 +3,8 @@ BEGIN { require 5.004; - chdir '..' if !-d 'lib' and -d '..\lib'; + chdir '..' if !-d 'lib' and -d '../lib'; - @INC = 'lib'; - $ENV{PERL5LIB} = 'lib'; +# @INC = 'lib'; @@ -11,7 +11,7 @@ } use strict; -@@ -931,7 +931,7 @@ +@@ -946,7 +946,7 @@ print " " if (@opts); print "$file\n"; } |