From: André Malo Date: Tue, 31 Aug 2004 19:38:46 +0000 (+0000) Subject: vote X-Git-Tag: 2.0.51~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c8b56e52bc86c9420b823f554190876cf8548d;p=thirdparty%2Fapache%2Fhttpd.git vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104920 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 22597c4c9a4..45be3f990cd 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/31 08:16:56 $] +Last modified at [$Date: 2004/08/31 19:38:46 $] Release: @@ -80,7 +80,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Don't link suexec against APR/etc libraries. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/Makefile.in?r1=1.38&r2=1.39 - +1: jorton, trawick + +1: jorton, trawick, nd nd: what about the need of -static (dunno)? jorton: -static was needed only to make sure libapr etc were linked statically into suexec; they didn't work shared in a binary distribution because @@ -88,6 +88,7 @@ PATCHES TO BACKPORT FROM 2.1 for binary distributors where suexec gets relocated, since libtool puts an appropriate RPATH in the binary). Not linking suexec against libapr etc avoids the issue entirely (and avoids scary >1Mb suexec binaries) + nd: oh well. *) mod_headers: Support {...}s tag for SSL variable lookup. http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff