]> 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)
commit659017cc5377f37af32a39686e388eec2dcaba37
tree1cba617c6d117c38f914cc0f70a52fd76cbf2a6c
parent728ec107c285a4e54bc764f95c2476d903c7bd24
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