aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/perl-moreconfig.patch
blob: 4660c8179c830aa4934591993b95ba113d23e427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 3b24de5c5ff7060e9ef33ddd809fd8082690291e Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard@openedhand.com>
Date: Sun, 27 May 2007 21:04:11 +0000
Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE)

Upstream-Status:Inappropriate [embedded specific]

We need ld in the fake config library, but it's not included by default. So
expand the number of items included. While this works it indicates that the
rest of the config items are not being picked up and/or are being picked up
from the host. More investigation needed.

---
 configpm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configpm b/configpm
index 877bff1..156ea58 100755
--- a/configpm
+++ b/configpm
@@ -37,7 +37,7 @@ EOF
 use strict;
 use vars qw(%Config $Config_SH_expanded);
 
-my $how_many_common = 22;
+my $how_many_common = 50;
 
 # commonly used names to precache (and hence lookup fastest)
 my %Common;