xref: /openbsd-src/gnu/usr.bin/perl/Cross/installperl.patch (revision 1b0c1ed84083c2966ca2436c25340d7804b6abd2)
185009909Smillert--- ../installperl	2003-08-31 11:58:48.000000000 -0500
285009909Smillert+++ installperl	2003-09-05 02:38:40.000000000 -0500
385009909Smillert@@ -3,8 +3,8 @@
485009909Smillert BEGIN {
585009909Smillert     require 5.004;
6*1b0c1ed8Smillert     chdir '..' if !-d 'lib' and -d '../lib';
785009909Smillert-    @INC = 'lib';
885009909Smillert-    $ENV{PERL5LIB} = 'lib';
985009909Smillert+#    @INC = 'lib';
1085009909Smillert+#    $ENV{PERL5LIB} = 'lib';
1185009909Smillert }
1285009909Smillert
1385009909Smillert use strict;
14*1b0c1ed8Smillert@@ -946,7 +946,7 @@
1585009909Smillert 		print " " if (@opts);
1685009909Smillert 		print "$file\n";
1785009909Smillert 	    }
1885009909Smillert-	    system("strip", @opts, $file);
1985009909Smillert+	    system("XXSTRIPXX-strip", @opts, $file);
2085009909Smillert 	} else {
2185009909Smillert 	    print "# file '$file' skipped\n" if $verbose;
2285009909Smillert 	}
23