On Sun, Nov 13, 2011 at 1:40 PM, Mike R9FT <[email protected]> wrote:
> Hi Mike.
>
> Where can I get fcgi-2.4.0-header_inc.patch ?

Sorry, I must have failed to include in original message.  It is attached.

> --
> 73! Mike R9FT ex. RA9FTM
>
>
>
> 2011/11/5 Mike Goins <[email protected]>
>>
>> Attached is a patch to add fcgi to ltib.  This package gave me a bit
>> of trouble.  Turned out it setting FS_DEBUG would cause the build to
>> fail, so there is a unset for it in Build.  The unset only lasts for
>> that operation and is still present in the rest of the processing.
>>
>> Source location:
>> http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
>>
>> _______________________________________________
>> LTIB home page: http://ltib.org
>>
>> Ltib mailing list
>> [email protected]
>> https://lists.nongnu.org/mailman/listinfo/ltib
>>
>
>
diff --exclude CVS -uNr fcgi-2.4.0/libfcgi/fcgio.cpp fcgi-2.4.0.modified/libfcgi/fcgio.cpp
--- fcgi-2.4.0/libfcgi/fcgio.cpp	2002-02-24 15:12:22.000000000 -0500
+++ fcgi-2.4.0.modified/libfcgi/fcgio.cpp	2010-03-16 00:29:36.000000000 -0400
@@ -24,6 +24,7 @@
 
 #include <limits.h>
 #include "fcgio.h"
+#include <cstdio>
 
 using std::streambuf;
 using std::istream;
_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ltib

Reply via email to