Actions
Feature #679
closedgcc 4.1.1 compile fix
Status:
Invalid
Priority:
Normal
Category:
mod_ssi
Target version:
-
ASK QUESTIONS IN Forums:
Description
we apply the following patch to lighttpd-1.4.11 to get it to compile using gcc-4.1.1
see also http://bugs.gentoo.org/135317
--- lighttpd-1.4.11.orig/src/mod_ssi.c +++ lighttpd-1.4.11/src/mod_ssi.c @@ -36,6 +36,9 @@ #include <sys/filio.h> #endif +static int mod_ssi_handle_request(server *srv, connection *con, plugin_data *p); +static int mod_ssi_patch_connection(server *srv, connection *con, plugin_data *p); + /* determine if process finished */ int h_finished = 0;
thank you
-- bangert
Updated by Anonymous almost 19 years ago
well, this patch is only necessary after applying the patch from bug #606
-- bangert
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom