summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2010-11-01 17:58:09 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-10 23:13:00 +0000
commit6e4bfac48aa1e48086d7995c23eb5d4db66a79b8 (patch)
tree265e2307a81dbba30ecbb7dae6bdeb582a4aec35 /meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch
parent56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1 (diff)
downloadpoky-6e4bfac48aa1e48086d7995c23eb5d4db66a79b8.tar.gz
perl: Fix adding GDBM_File module for LSB test.
No GDBM_File module will cause 2 perl test cases of LSB failed. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch')
-rw-r--r--meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch b/meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch
new file mode 100644
index 0000000000..c0874c372d
--- /dev/null
+++ b/meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch
@@ -0,0 +1,17 @@
1Index: perl-5.8.8/config_h.SH
2===================================================================
3--- perl-5.8.8.orig/config_h.SH 2005-11-01 02:13:05.000000000 +0800
4+++ perl-5.8.8/config_h.SH 2010-11-01 17:06:07.215219738 +0800
5@@ -709,6 +709,12 @@
6 */
7 #$i_float I_FLOAT /**/
8
9+/* I_GDBM:
10+ * This symbol, if defined, indicates that <gdbm.h> exists and should
11+ * be included.
12+ */
13+#$i_gdbm I_GDBM /**/
14+
15 /* I_LIMITS:
16 * This symbol, if defined, indicates to the C program that it should
17 * include <limits.h> to get definition of symbols like WORD_BIT or