summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/installperl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl/installperl.patch')
-rw-r--r--meta/recipes-devtools/perl/perl/installperl.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/perl/perl/installperl.patch b/meta/recipes-devtools/perl/perl/installperl.patch
index 456012376e..7fd1f50144 100644
--- a/meta/recipes-devtools/perl/perl/installperl.patch
+++ b/meta/recipes-devtools/perl/perl/installperl.patch
@@ -1,12 +1,12 @@
1Upstream-Status:Inappropriate [embedded specific] 1Upstream-Status:Inappropriate [embedded specific]
2 2
3Index: perl-5.12.3/installperl 3Index: perl-5.24.1/installperl
4=================================================================== 4===================================================================
5--- perl-5.12.3.orig/installperl 5--- perl-5.24.1.orig/installperl
6+++ perl-5.12.3/installperl 6+++ perl-5.24.1/installperl
7@@ -3,8 +3,8 @@ 7@@ -2,8 +2,8 @@
8
8 BEGIN { 9 BEGIN {
9 require 5.004;
10 chdir '..' if !-d 'lib' and -d '../lib'; 10 chdir '..' if !-d 'lib' and -d '../lib';
11- @INC = 'lib'; 11- @INC = 'lib';
12- $ENV{PERL5LIB} = 'lib'; 12- $ENV{PERL5LIB} = 'lib';
@@ -14,4 +14,4 @@ Index: perl-5.12.3/installperl
14+# $ENV{PERL5LIB} = 'lib'; 14+# $ENV{PERL5LIB} = 'lib';
15 15
16 # This needs to be at BEGIN time, before any use of Config 16 # This needs to be at BEGIN time, before any use of Config
17 require './install_lib.pl'; 17 # install_lib itself loads and imports Config into main::