summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-20 13:56:53 +0000
committerJeff Trawick <trawick@apache.org>2013-09-20 13:56:53 +0000
commit26b5cfd8ac1bfded631323fd8df1d66d2a26cf10 (patch)
treedb51e51321d3b5f823ea1f85b5cb04810ae77bc0 /README.cmake
parentf889cb92be0339ea75eebff0b97dce73372d6260 (diff)
downloadhttpd-26b5cfd8ac1bfded631323fd8df1d66d2a26cf10.tar.gz
rename EXTRA_INCLUDE_DIRS to EXTRA_INCLUDES, add EXTRA_COMPILE_FLAGS
and EXTRA_LIBS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 09a4d038cd..112d4a7d53 100644
--- a/README.cmake
+++ b/README.cmake
@@ -193,14 +193,23 @@ 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.
+ See also EXTRA_COMPILE_FLAGS, EXTRA_INCLUDES, and EXTRA_LIBS.
- EXTRA_INCLUDE_DIRS:
+ EXTRA_COMPILE_FLAGS:
+
+ Space-delimited compile flags to define with the build.
+
+ EXTRA_INCLUDES:
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.
+ EXTRA_LIBS:
+
+ List of additional libraries to link with. 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