Ticket #679 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

gcc 4.1.1 compile fix

Reported by: bangert@gentoo.org Assigned to: jan
Priority: normal Milestone:
Component: mod_ssi Version: 1.4.11
Severity: minor Keywords:
Cc: Blocking:
Need Feedback: Blocked By: 606

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

Attachments

Change History

06/07/2006 07:46:02 PM changed by bangert

well, this patch is only necessary after applying the patch from bug #606


Add/Change #679 (gcc 4.1.1 compile fix)




Change Properties