summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-07 22:28:23 +0000
committerJeff Trawick <trawick@apache.org>2013-09-07 22:28:23 +0000
commit3ad8be382d862e91dc3d5a5627cda54cfd65e3d2 (patch)
treed560cafcd9cd0afaeaaf7abfe6669a0b7dbdc16a /README.cmake
parent5215408948ed22884ca199aba07241d5ca3e8819 (diff)
downloadhttpd-3ad8be382d862e91dc3d5a5627cda54cfd65e3d2.tar.gz
handle mod_ldap/mod_authnz_ldap, along with tiny infrastructure
for modules whose main source doesn't match the module name (i.e., util_ldap.c vs. mod_ldap) please let mod_ldap be the only user of that support foreverandever git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 483a5f2ea7..9f97297983 100644
--- a/README.cmake
+++ b/README.cmake
@@ -191,8 +191,7 @@ Known Bugs and Limitations
* no logic to find support libraries needed by some modules (distcache, serf)
* no working support for building these modules:
- + mod_ldap, mod_authnz_ldap, mod_socache_dc, mod_lua, mod_serf,
- apreq+mod_apreq
+ + mod_socache_dc, mod_lua, 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