diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.8.8/installperl.patch')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.8.8/installperl.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.8.8/installperl.patch b/meta/recipes-devtools/perl/perl-5.8.8/installperl.patch new file mode 100644 index 0000000000..ff52bc3a9c --- /dev/null +++ b/meta/recipes-devtools/perl/perl-5.8.8/installperl.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Index: perl-5.8.8/installperl | ||
2 | =================================================================== | ||
3 | --- perl-5.8.8.orig/installperl 2007-06-14 12:36:23.000000000 +1000 | ||
4 | +++ perl-5.8.8/installperl 2007-06-14 12:38:39.000000000 +1000 | ||
5 | @@ -3,8 +3,8 @@ | ||
6 | BEGIN { | ||
7 | require 5.004; | ||
8 | chdir '..' if !-d 'lib' and -d '../lib'; | ||
9 | - @INC = 'lib'; | ||
10 | - $ENV{PERL5LIB} = 'lib'; | ||
11 | +# @INC = 'lib'; | ||
12 | +# $ENV{PERL5LIB} = 'lib'; | ||
13 | } | ||
14 | |||
15 | use strict; | ||