summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch
blob: bad3373fd40422400a58b746b10ab88010d2c932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Upstream-Status:Inappropriate [embedded specific]

Index: perl-5.24.1/config_h.SH
===================================================================
--- perl-5.24.1.orig/config_h.SH
+++ perl-5.24.1/config_h.SH
@@ -726,6 +726,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#und
  */
 #$i_gdbm I_GDBM	/**/
 
+/* I_GDBM:
+ *      This symbol, if defined, indicates that <gdbm.h> exists and should
+ *      be included.
+ */
+#$i_gdbm I_GDBM /**/
+
 /* I_LIMITS:
  *	This symbol, if defined, indicates to the C program that it should
  *	include <limits.h> to get definition of symbols like WORD_BIT or