]> granicus.if.org Git - apache/commitdiff
and some background for why --disable-shared was added and what needs to be
authorGreg Stein <gstein@apache.org>
Sat, 23 Dec 2000 02:11:10 +0000 (02:11 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 23 Dec 2000 02:11:10 +0000 (02:11 +0000)
done to get it back out of there.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87516 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 76016a9c2bc00a695799894c42555dd3004c462f..78541ef5bab66a9bc00a9767436ff4530b17c35f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2000/12/22 23:42:02 $]
+Last modified at [$Date: 2000/12/23 02:11:10 $]
 
 Release:
 
@@ -64,7 +64,16 @@ RELEASE SHOWSTOPPERS:
 
     * remove the --disable-shared from the subdir config of APR(UTIL)
       before the final release. (in fact, it might even be nice to
-      allow for Apache config/build against an already-installed APR(UTIL))
+      allow for Apache config/build against an already-installed
+      APR(UTIL))
+      Note: we need to do a "make install" for APR(UTIL) so the shared
+            libraries can be installed properly. We could also use that
+            point to install include files (rather than have Apache
+           know everything that needs to be installed from the
+           sub-packages). The original impetus for doing the
+           disable-shared was because the shared lib wasn't getting
+           installed and a "make clean" in aprutil would make Apache
+           fail to load.
 
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: