From f606e222f4050ecc1898fba2720f541532502df7 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 31 Aug 2013 12:37:31 +0000 Subject: 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 --- README.cmake | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.cmake') 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: -- cgit v1.2.1