]> granicus.if.org Git - apache/commitdiff
some comments after testing "apxs -g" from a 2.0.36 binbuild
authorJeff Trawick <trawick@apache.org>
Thu, 30 May 2002 20:20:30 +0000 (20:20 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 30 May 2002 20:20:30 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95409 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ffea39d0be3248cb02d472c423964d85aa7a15bb..b678f6165ff79e98f57d6afdb6100dc9f5cccdd0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/05/30 16:00:28 $]
+Last modified at [$Date: 2002/05/30 20:20:30 $]
 
 Release:
 
@@ -115,6 +115,16 @@ CURRENT VOTES:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * "apxs -g" support is broken in a binbuild (tested 2.0.36 on
+      Solaris).  At least the following is necessary to make the
+      generated Makefile work:
+
+      1) copy more of the .mk files to the build directory (only 
+         config_vars.mk was copied initially); rules.mk and special.mk
+         are definitely needed
+      2) edit the path to LIBTOOL in config_vars.mk to reflect the
+         place where it was actually installed
+
     * exec cmd and suexec arg-passing enhancements
       Status: Patches proposed
       Message-ID: <20020526041748.A29148@prodigy.Redbrick.DCU.IE>