]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Let the location of APR[-Util] and PCRE libs and
authorJeff Trawick <trawick@apache.org>
Sun, 1 Sep 2013 13:49:55 +0000 (13:49 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 1 Sep 2013 13:49:55 +0000 (13:49 +0000)
commitc3128363dbf99415c5abf1b52812d9db5ca97e24
tree1cba617c6d117c38f914cc0f70a52fd76cbf2a6c
parent6a7af0d2b82d347194b334d8e14aaf22ca995288
Let the location of APR[-Util] and PCRE libs and
includes default to the same prefix where this package
is installed, generally eliminating four required settings
for users.

APR trunk vs. APR[-Util] 1.x is selected automatically,
as is PCRE debug vs. release.  (But if you have both
debug and release builds of PCRE you may not like the choice,
and will need to override.

Add a bunch of gory details about the build to the configuration
summary.

Document that static PCRE builds aren't yet supported (before
or after this commit).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519270 13f79535-47bb-0310-9956-ffa450edef68
CMakeLists.txt
README.cmake