summaryrefslogtreecommitdiff
path: root/recipes/perl/perl-5.10.1/installperl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/perl-5.10.1/installperl.patch')
-rw-r--r--recipes/perl/perl-5.10.1/installperl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/perl-5.10.1/installperl.patch b/recipes/perl/perl-5.10.1/installperl.patch
new file mode 100644
index 0000000000..91b6c49d7e
--- /dev/null
+++ b/recipes/perl/perl-5.10.1/installperl.patch
@@ -0,0 +1,15 @@
+Index: perl-5.10.1/installperl
+===================================================================
+--- perl-5.10.1.orig/installperl 2009-08-14 02:40:10.000000000 +0400
++++ perl-5.10.1/installperl 2010-02-12 19:04:04.000000000 +0300
+@@ -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';