diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-08 20:06:47 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-08 20:06:47 +0200 |
commit | 06e4f5daaabd4e478e7fee2dde5c508031a47fe1 (patch) | |
tree | d91416366e667583e10ab72a30baea0be5534ba5 /README.cmake | |
parent | fix odd bug that prevented the manual from being installed (diff) | |
download | apache2-06e4f5daaabd4e478e7fee2dde5c508031a47fe1.tar.xz apache2-06e4f5daaabd4e478e7fee2dde5c508031a47fe1.zip |
add apreq and skiplist to libhttpd, support mod_apreq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake index 1c55980797..55c95528c3 100644 --- a/README.cmake +++ b/README.cmake @@ -191,9 +191,8 @@ 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_serf, apreq+mod_apreq +* no logic to find support libraries or otherwise build these modules: + + mod_socache_dc (distcache), mod_serf (serf) + additionally, mod_lbmethod_rr and mod_firehose don't compile on Windows anyway * buildmark.c isn't necessarily rebuilt when httpd.exe is regenerated |