Author: joes
Date: Tue Nov 8 13:27:59 2005
New Revision: 331895
URL: http://svn.apache.org/viewcvs?rev=331895&view=rev
Log:
static builds stopped working when we moved to multi-env.
since noone knows how to make them work, stop documenting
the process and mark it as a todo.
Modified:
httpd/apreq/trunk/INSTALL
httpd/apreq/trunk/STATUS
Modified: httpd/apreq/trunk/INSTALL
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/INSTALL?rev=331895&r1=331894&r2=331895&view=diff
==============================================================================
--- httpd/apreq/trunk/INSTALL (original)
+++ httpd/apreq/trunk/INSTALL Tue Nov 8 13:27:59 2005
@@ -30,26 +30,6 @@
execute "./buildconf" prior to running "./configure".
-Alternately, here's a recipe to install mod_apreq.c as a static apache module:
-
- 1) configure httpd to add mod_apreq.c to its filter modules:
-
- % cd /path/to/httpd-2.0
- % CPPFLAGS=-I/path/to/httpd-apreq-2/src \
- HTTPD_LDFLAGS=/path/to/httpd-apreq-2/src/libapreq2.la \
- ./configure --with-module=filters:/path/to/httpd-apreq-2/env/mod_apreq.c \
- ...(add usual httpd+apr options here)...
-
- 2) compile and install everything using httpd-apreq-2's build system:
-
- % cd /path/to/httpd-apreq-2
- % ./configure --with-apache2-src=/path/to/httpd-2.0
- % make
- (optional)% make test
- % make install
-
-
-
Win32 build:
C:\httpd-apreq-2> perl Makefile.PL
C:\httpd-apreq-2> nmake
Modified: httpd/apreq/trunk/STATUS
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?rev=331895&r1=331894&r2=331895&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Tue Nov 8 13:27:59 2005
@@ -33,6 +33,8 @@
TODO:
+ - Get static builds working again.
+
- Implement (some of) RFC 2184 in the multipart parser.
- Dump automake, preferably replacing that with more stuff from