aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastcgi/files
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-09-20 12:22:02 +0200
committerDirk Opfer <dirk@do13.de>2009-09-28 18:00:05 +0200
commit8e8e3205645b42219c8c09ad14fa0dec061c3a8f (patch)
tree005d43ab1928e0fcb929613208318e631ae09e86 /recipes/fastcgi/files
parent01698e5b4b28df397ba510b484354c656c976905 (diff)
downloadopenembedded-8e8e3205645b42219c8c09ad14fa0dec061c3a8f.tar.gz
fastcgi: Add patch to compile with gcc4.4
Diffstat (limited to 'recipes/fastcgi/files')
-rw-r--r--recipes/fastcgi/files/cstdio.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/fastcgi/files/cstdio.patch b/recipes/fastcgi/files/cstdio.patch
new file mode 100644
index 0000000000..90ce2e7e0b
--- /dev/null
+++ b/recipes/fastcgi/files/cstdio.patch
@@ -0,0 +1,12 @@
+Index: fcgi-2.4.0/libfcgi/fcgio.cpp
+===================================================================
+--- fcgi-2.4.0.orig/libfcgi/fcgio.cpp 2009-09-16 23:20:20.504735309 +0200
++++ fcgi-2.4.0/libfcgi/fcgio.cpp 2009-09-16 23:20:34.325635844 +0200
+@@ -23,6 +23,7 @@
+ #endif
+
+ #include <limits.h>
++#include <cstdio>
+ #include "fcgio.h"
+
+ using std::streambuf;