summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/files/native-perlinc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/files/native-perlinc.patch')
-rw-r--r--meta/recipes-devtools/perl/files/native-perlinc.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/meta/recipes-devtools/perl/files/native-perlinc.patch b/meta/recipes-devtools/perl/files/native-perlinc.patch
index 20d7fe6060..7e3e5f6652 100644
--- a/meta/recipes-devtools/perl/files/native-perlinc.patch
+++ b/meta/recipes-devtools/perl/files/native-perlinc.patch
@@ -1,11 +1,19 @@
1From 9fec62b19a49d1451fd1120c5dc38baf59f73856 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 30 May 2007 09:33:32 +0000
4Subject: [PATCH] perl: sync with OE
5
1Upstream-Status: Inappropriate [embedded specific] 6Upstream-Status: Inappropriate [embedded specific]
2Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 13 +++++++++++++
10 1 file changed, 13 insertions(+)
3 11
4Index: perl-5.8.8/lib/ExtUtils/MM_Unix.pm 12diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
5=================================================================== 13index 0828f52..b8abff4 100644
6--- perl-5.12.3.orig/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 2008-10-31 22:01:35.000000000 +0000 14--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
7+++ perl-5.12.3/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 2008-10-31 22:01:35.000000000 +0000 15+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
8@@ -1597,6 +1597,19 @@ 16@@ -1862,6 +1862,19 @@ from the perl source tree.
9 $self->{PERL_LIB} ||= $Config{privlibexp}; 17 $self->{PERL_LIB} ||= $Config{privlibexp};
10 $self->{PERL_ARCHLIB} ||= $Config{archlibexp}; 18 $self->{PERL_ARCHLIB} ||= $Config{archlibexp};
11 $self->{PERL_INC} = $self->catdir("$self->{PERL_ARCHLIB}","CORE"); # wild guess for now 19 $self->{PERL_INC} = $self->catdir("$self->{PERL_ARCHLIB}","CORE"); # wild guess for now