Source: pike7.8
Version: 7.8.866-8
Tags: patch
Severity: important

Hello, please apply the following cherry-pick from pike8.0 to fix the build 
with the upcoming gdbm 1.13 and 1.14
(please verify I did cherry-pick it correctly too)

This bug will become RC once the Release Team acks the transition

--- pike7.8-7.8.866.orig/src/modules/Gdbm/gdbmmod.c
+++ pike7.8-7.8.866/src/modules/Gdbm/gdbmmod.c
@@ -20,6 +20,9 @@

 #if defined(HAVE_GDBM_H) && defined(HAVE_LIBGDBM)

+/* This symbol conflicts with the Gdbm 1.13 header files. */
+#undef fatal
+
 #include <gdbm.h>

 #ifdef _REENTRANT


thanks

Gianfranco


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to