Project

General

Profile

Actions

Feature #679

closed

gcc 4.1.1 compile fix

Added by Anonymous almost 18 years ago. Updated over 15 years ago.

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

Actions #1

Updated by Anonymous almost 18 years ago

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

-- bangert

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom