summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-5.12.2/installperl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/installperl.patch')
-rw-r--r--meta/recipes-devtools/perl/perl-5.12.2/installperl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.2/installperl.patch b/meta/recipes-devtools/perl/perl-5.12.2/installperl.patch
new file mode 100644
index 0000000000..d20961c4f8
--- /dev/null
+++ b/meta/recipes-devtools/perl/perl-5.12.2/installperl.patch
@@ -0,0 +1,15 @@
1Index: perl-5.12.2/installperl
2===================================================================
3--- perl-5.12.2.orig/installperl
4+++ perl-5.12.2/installperl
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 # This needs to be at BEGIN time, before any use of Config
15 require './install_lib.pl';