summaryrefslogtreecommitdiff
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 000000000..d20961c4f
--- /dev/null
+++ b/meta/recipes-devtools/perl/perl-5.12.2/installperl.patch
@@ -0,0 +1,15 @@
+Index: perl-5.12.2/installperl
+===================================================================
+--- perl-5.12.2.orig/installperl
++++ perl-5.12.2/installperl
+@@ -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';
+
+ # This needs to be at BEGIN time, before any use of Config
+ require './install_lib.pl';