changes: -bugfixes -When closing connections, shutdown() the send side of TCP sockets to prevent a TCP RST from trashing the reciept of data on the client (when the client continues to send data to the application). -some C++ API stuff
13 lines
498 B
Text
13 lines
498 B
Text
$NetBSD: patch-aa,v 1.2 2003/07/26 15:29:08 drochner Exp $
|
|
|
|
--- libfcgi/Makefile.in.orig 2003-01-19 18:21:18.000000000 +0100
|
|
+++ libfcgi/Makefile.in 2003-07-24 17:51:55.000000000 +0200
|
|
@@ -115,7 +115,7 @@
|
|
fcgio.cpp
|
|
|
|
libfcgi___la_CFLAGS = @PTHREAD_CFLAGS@
|
|
-libfcgi___la_LDFLAGS = -lfcgi -rpath @libdir@
|
|
+libfcgi___la_LDFLAGS = libfcgi.la -rpath @libdir@
|
|
subdir = libfcgi
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/fcgi_config.h
|