diff options
author | Jacob Siverskog <jacob@teenageengineering.com> | 2014-07-17 12:29:48 +0200 |
---|---|---|
committer | Jacob Siverskog <jacob@teenageengineering.com> | 2014-07-17 12:29:48 +0200 |
commit | 3f365a83506de4efc4e419843ea6017fefccc07f (patch) | |
tree | f16bf86702aa919a4e70808f2bfed20cf9f1f00b /libs/fcgi/patches/120-stdio.patch | |
parent | 483e09bdb20ec905e9ee182aa8e0eb285f2de920 (diff) |
fcgi: import from packages, add myself as maintainer, fix build errors.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
Diffstat (limited to 'libs/fcgi/patches/120-stdio.patch')
-rw-r--r-- | libs/fcgi/patches/120-stdio.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/fcgi/patches/120-stdio.patch b/libs/fcgi/patches/120-stdio.patch new file mode 100644 index 000000000..94c789434 --- /dev/null +++ b/libs/fcgi/patches/120-stdio.patch @@ -0,0 +1,12 @@ +Index: fcgi-2.4.0/libfcgi/fcgio.cpp +=================================================================== +--- fcgi-2.4.0.orig/libfcgi/fcgio.cpp 2014-05-15 10:43:15.153971782 +0200 ++++ fcgi-2.4.0/libfcgi/fcgio.cpp 2014-05-15 10:44:44.037974020 +0200 +@@ -23,6 +23,7 @@ + #endif + + #include <limits.h> ++#include <stdio.h> + #include "fcgio.h" + + using std::streambuf; |