From 6e4bfac48aa1e48086d7995c23eb5d4db66a79b8 Mon Sep 17 00:00:00 2001 From: Jingdong Lu Date: Mon, 1 Nov 2010 17:58:09 +0800 Subject: 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 --- .../perl/perl-5.8.8/perl-enable-gdbm.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch (limited to 'meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch') 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 000000000..c0874c372 --- /dev/null +++ b/meta/recipes-devtools/perl/perl-5.8.8/perl-enable-gdbm.patch @@ -0,0 +1,17 @@ +Index: perl-5.8.8/config_h.SH +=================================================================== +--- perl-5.8.8.orig/config_h.SH 2005-11-01 02:13:05.000000000 +0800 ++++ perl-5.8.8/config_h.SH 2010-11-01 17:06:07.215219738 +0800 +@@ -709,6 +709,12 @@ + */ + #$i_float I_FLOAT /**/ + ++/* I_GDBM: ++ * This symbol, if defined, indicates that exists and should ++ * be included. ++ */ ++#$i_gdbm I_GDBM /**/ ++ + /* I_LIMITS: + * This symbol, if defined, indicates to the C program that it should + * include to get definition of symbols like WORD_BIT or -- cgit v1.2.3