summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-08-31 12:37:31 +0000
committerJeff Trawick <trawick@apache.org>2013-08-31 12:37:31 +0000
commitf606e222f4050ecc1898fba2720f541532502df7 (patch)
tree80cfd4324bbeba67a75cfcf47c85755396373c2b /README.cmake
parent949aa7b03472a8468f6de68bc769f735f33dffa4 (diff)
downloadhttpd-f606e222f4050ecc1898fba2720f541532502df7.tar.gz
add option EXTRA_INCLUDE_DIRS for pointing to outside directories
for .h files (sometimes needed with statically linked, third-party modules) axe remnant of the old way of finding private APR .h files install .h files that live outside of the top include directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index ae0c6631ca..db9b970e38 100644
--- a/README.cmake
+++ b/README.cmake
@@ -126,6 +126,12 @@ How to build
the autoconf-based build. Key differences: The modpath (e.g.,
"generators") isn't provided or used, and the copy of the module
source being built is automatically updated when it changes.
+ See also EXTRA_INCLUDE_DIRS.
+
+ EXTRA_INCLUDE_DIRS:
+ List of additional directories to search for .h files. This may
+ be necessary when including third-party modules in the httpd build
+ via WITH_MODULES.
Port and SSLPort: port numbers for substitution into default .conf files.
(The defaults are 80 and 443.)
@@ -179,7 +185,6 @@ Known Bugs and Limitations
* ab + HAVE_OPENSSL isn't working at all, even for non-SSL
* ApacheMonitor has a build error and is disabled
* CGI examples aren't installed
-* .h files which reside outside of include are not installed
* module enablement defaults are not in sync with the autoconf-based build
Generally: