diff options
Diffstat (limited to 'meta/recipes-devtools/perl/files/errno_ver.diff')
-rw-r--r-- | meta/recipes-devtools/perl/files/errno_ver.diff | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-devtools/perl/files/errno_ver.diff b/meta/recipes-devtools/perl/files/errno_ver.diff index a965fbeeec..477642f457 100644 --- a/meta/recipes-devtools/perl/files/errno_ver.diff +++ b/meta/recipes-devtools/perl/files/errno_ver.diff | |||
@@ -1,7 +1,7 @@ | |||
1 | From 8e1efba7560d8d55524c7a0f1b0539ddce419b86 Mon Sep 17 00:00:00 2001 | 1 | From 9c404d4b1c3607e827fb56b5ae4f8fbbdb52cd0b Mon Sep 17 00:00:00 2001 |
2 | From: Brendan O'Dea <bod@debian.org> | 2 | From: Brendan O'Dea <bod@debian.org> |
3 | Date: Fri, 16 Dec 2005 01:32:14 +1100 | 3 | Date: Fri, 16 Dec 2005 01:32:14 +1100 |
4 | Subject: [PATCH 6/8] Remove Errno version check due to upgrade problems with | 4 | Subject: [PATCH] Remove Errno version check due to upgrade problems with |
5 | long-running processes. | 5 | long-running processes. |
6 | 6 | ||
7 | Bug-Debian: http://bugs.debian.org/343351 | 7 | Bug-Debian: http://bugs.debian.org/343351 |
@@ -17,21 +17,18 @@ Upstream-Status: Pending | |||
17 | 1 file changed, 5 deletions(-) | 17 | 1 file changed, 5 deletions(-) |
18 | 18 | ||
19 | diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL | 19 | diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL |
20 | index 6251a3c..eeed445 100644 | 20 | index 77aa19b..4bdbef1 100644 |
21 | --- a/ext/Errno/Errno_pm.PL | 21 | --- a/ext/Errno/Errno_pm.PL |
22 | +++ b/ext/Errno/Errno_pm.PL | 22 | +++ b/ext/Errno/Errno_pm.PL |
23 | @@ -294,11 +294,6 @@ EDQ | 23 | @@ -295,11 +295,6 @@ EDQ |
24 | # they've already declared perl doesn't need to worry about this risk. | 24 | # they've already declared perl doesn't need to worry about this risk. |
25 | if(!$ENV{'PERL_BUILD_EXPAND_CONFIG_VARS'}) { | 25 | if(!$ENV{'PERL_BUILD_EXPAND_CONFIG_VARS'}) { |
26 | print <<"CONFIG_CHECK_END"; | 26 | print <<"CONFIG_CHECK_END"; |
27 | -use Config; | 27 | -use Config; |
28 | -"\$Config{'archname'}-\$Config{'osvers'}" eq | 28 | -"\$Config{'archname'}-\$Config{'osvers'}" eq |
29 | -"$archname-$Config{'osvers'}" or | 29 | -"$archname-$osvers" or |
30 | - die "Errno architecture ($archname-$Config{'osvers'}) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers'})"; | 30 | - die "Errno architecture ($archname-$osvers) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers'})"; |
31 | - | 31 | - |
32 | CONFIG_CHECK_END | 32 | CONFIG_CHECK_END |
33 | } | 33 | } |
34 | 34 | ||
35 | -- | ||
36 | 2.1.4 | ||
37 | |||