summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-08 11:57:35 +0000
committerJeff Trawick <trawick@apache.org>2013-09-08 11:57:35 +0000
commitdb5efab552ebb40e3fad7354f0eaed848559e11e (patch)
tree73261c0807377e1edb5c8d4c3f206a2c8ef4ce15 /README.cmake
parent3ad8be382d862e91dc3d5a5627cda54cfd65e3d2 (diff)
downloadhttpd-db5efab552ebb40e3fad7354f0eaed848559e11e.tar.gz
support mod_lua; add some tweaks/disclaimers to the README
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 9f97297983..1c55980797 100644
--- a/README.cmake
+++ b/README.cmake
@@ -172,7 +172,7 @@ This can be resolved in several different ways:
* Update PATH to include the bin directories of all necessary support
libraries.
- Depending on where PATH is set, it may not effect starting httpd as
+ Depending on where PATH is set, it may not affect starting httpd as
a service.
* Maintain a script which combines required binaries into a common
@@ -189,9 +189,11 @@ This can be resolved in several different ways:
Known Bugs and Limitations
--------------------------
+* no standard script or makefile is provided to tie together the builds
+ of httpd and support libraries in a manner suitable for typical users
* no logic to find support libraries needed by some modules (distcache, serf)
* no working support for building these modules:
- + mod_socache_dc, mod_lua, mod_serf, apreq+mod_apreq
+ + mod_socache_dc, mod_serf, apreq+mod_apreq
+ additionally, mod_lbmethod_rr and mod_firehose don't compile on Windows
anyway
* buildmark.c isn't necessarily rebuilt when httpd.exe is regenerated