diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-20 15:56:53 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-20 15:56:53 +0200 |
commit | 26b5cfd8ac1bfded631323fd8df1d66d2a26cf10 (patch) | |
tree | db51e51321d3b5f823ea1f85b5cb04810ae77bc0 /README.cmake | |
parent | name-based vhosts listed twice with apachectl -S (diff) | |
download | apache2-26b5cfd8ac1bfded631323fd8df1d66d2a26cf10.tar.xz apache2-26b5cfd8ac1bfded631323fd8df1d66d2a26cf10.zip |
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.cmake | 13 |
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 |