diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/perl-moreconfig.patch')
| -rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.2/perl-moreconfig.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.2/perl-moreconfig.patch b/meta/recipes-devtools/perl/perl-5.12.2/perl-moreconfig.patch new file mode 100644 index 0000000000..590c72536b --- /dev/null +++ b/meta/recipes-devtools/perl/perl-5.12.2/perl-moreconfig.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | We need ld in the fake config library, but it's not included by default. So | ||
| 2 | expand the number of items included. While this works it indicates that the | ||
| 3 | rest of the config items are not being picked up and/or are being picked up | ||
| 4 | from the host. More investigation needed. | ||
| 5 | |||
| 6 | --- perl-5.8.8/configpm 2007/04/20 09:48:05 1.1 | ||
| 7 | +++ perl-5.8.8/configpm 2007/04/20 09:57:12 | ||
| 8 | @@ -2,7 +2,7 @@ | ||
| 9 | use strict; | ||
| 10 | use vars qw(%Config $Config_SH_expanded); | ||
| 11 | |||
| 12 | -my $how_many_common = 22; | ||
| 13 | +my $how_many_common = 50; | ||
| 14 | |||
| 15 | # commonly used names to precache (and hence lookup fastest) | ||
| 16 | my %Common; | ||
