ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/perl/5.18.1/Cross/installperl.patch
Revision: 6435
Committed: Mon Dec 2 04:40:05 2013 UTC (10 years, 5 months ago) by laffer1
File size: 538 byte(s)
Log Message:
tag perl 5.18.1

File Contents

# Content
1 --- ../installperl 2003-08-31 11:58:48.000000000 -0500
2 +++ installperl 2003-09-05 02:38:40.000000000 -0500
3 @@ -3,8 +3,8 @@
4 BEGIN {
5 require 5.004;
6 chdir '..' if !-d 'lib' and -d '../lib';
7 - @INC = 'lib';
8 - $ENV{PERL5LIB} = 'lib';
9 +# @INC = 'lib';
10 +# $ENV{PERL5LIB} = 'lib';
11 }
12
13 use strict;
14 @@ -946,7 +946,7 @@
15 print " " if (@opts);
16 print "$file\n";
17 }
18 - system("strip", @opts, $file);
19 + system("XXSTRIPXX-strip", @opts, $file);
20 } else {
21 print "# file '$file' skipped\n" if $verbose;
22 }