From ae63ca8f4782b91fd9e41316bfb79a43f54f5cd2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 30 Apr 2012 21:38:14 +0200 Subject: libfcgi: fix build with C++ support and gcc >= 4.4 As reported on the ml by Rico Bachmann. Signed-off-by: Peter Korsgaard --- package/libfcgi/libfcgi-eof.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/libfcgi/libfcgi-eof.patch (limited to 'package/libfcgi') diff --git a/package/libfcgi/libfcgi-eof.patch b/package/libfcgi/libfcgi-eof.patch new file mode 100644 index 000000000..e7314265a --- /dev/null +++ b/package/libfcgi/libfcgi-eof.patch @@ -0,0 +1,24 @@ +[PATCH] fix build with C++ support and gcc >= 4.4 + +EOF is defined in stdio, so ensure it is included. + +Based on similar patch by Markus Rothe: +http://comments.gmane.org/gmane.comp.web.fastcgi.devel/3205 + +Signed-off-by: Peter Korsgaard +--- + libfcgi/fcgio.cpp | 1 + + 1 file changed, 1 insertion(+) + +Index: fcgi-2.4.0/libfcgi/fcgio.cpp +=================================================================== +--- fcgi-2.4.0.orig/libfcgi/fcgio.cpp ++++ fcgi-2.4.0/libfcgi/fcgio.cpp +@@ -22,6 +22,7 @@ + #define DLLAPI __declspec(dllexport) + #endif + ++#include + #include + #include "fcgio.h" + -- cgit v1.2.3