diff options
Diffstat (limited to 'Cross/installperl.patch')
-rw-r--r-- | Cross/installperl.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Cross/installperl.patch b/Cross/installperl.patch new file mode 100644 index 0000000000..33ad2d4c0a --- /dev/null +++ b/Cross/installperl.patch @@ -0,0 +1,22 @@ +--- ../installperl 2002-07-16 18:57:32.000000000 +0000 ++++ installperl 2003-04-15 01:55:54.000000000 +0000 +@@ -3,8 +3,8 @@ + BEGIN { + require 5.004; + chdir '..' if !-d 'lib' and -d '..\lib'; +- @INC = 'lib'; +- $ENV{PERL5LIB} = 'lib'; ++# @INC = 'lib'; ++# $ENV{PERL5LIB} = 'lib'; + } + + use strict; +@@ -876,7 +876,7 @@ + print " " if (@opts); + print "$file\n"; + } +- system("strip", @opts, $file); ++ system("XXSTRIPXX-strip", @opts, $file); + } else { + print "# file '$file' skipped\n" if $verbose; + } |