]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorAndré Malo <nd@apache.org>
Tue, 31 Aug 2004 19:38:46 +0000 (19:38 +0000)
committerAndré Malo <nd@apache.org>
Tue, 31 Aug 2004 19:38:46 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104920 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 22597c4c9a40dd7b348c1a17c4d816d113ddd2a3..45be3f990cdeca7e1593b1f26194b457ccd4fe27 100644 (file)
--- 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