summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch')
-rw-r--r--meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch b/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
index de6f65294c..b2c597974e 100644
--- a/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
+++ b/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
@@ -10,10 +10,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10 make_ext.pl | 4 ++++ 10 make_ext.pl | 4 ++++
11 1 file changed, 4 insertions(+) 11 1 file changed, 4 insertions(+)
12 12
13diff --git a/make_ext.pl b/make_ext.pl 13Index: perl-5.24.1/make_ext.pl
14index b433762..9fc1a36 100644 14===================================================================
15--- a/make_ext.pl 15--- perl-5.24.1.orig/make_ext.pl
16+++ b/make_ext.pl 16+++ perl-5.24.1/make_ext.pl
17@@ -335,6 +335,10 @@ sub build_extension { 17@@ -335,6 +335,10 @@ sub build_extension {
18 print "Deleting non-Cross makefile\n"; 18 print "Deleting non-Cross makefile\n";
19 close $mfh or die "close $makefile: $!"; 19 close $mfh or die "close $makefile: $!";
@@ -24,7 +24,4 @@ index b433762..9fc1a36 100644
24+ } 24+ }
25 } 25 }
26 } 26 }
27 } 27 } else {
28--
291.8.1.2
30