diff options
author | Rainer Jung <rjung@apache.org> | 2011-07-04 19:03:13 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-07-04 19:03:13 +0200 |
commit | 1f28209dcc9b99f82d76361b84d0fb4f9cf7f56e (patch) | |
tree | a0cfa9faad664d6e7a2135dda6ff8378d45c84e6 /CHANGES | |
parent | Silence compiler warnings. (diff) | |
download | apache2-1f28209dcc9b99f82d76361b84d0fb4f9cf7f56e.tar.xz apache2-1f28209dcc9b99f82d76361b84d0fb4f9cf7f56e.zip |
Only link the httpd binary against PCRE.
No other support binary needs PCRE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ Changes with Apache 2.3.14 *) mod_lua, mod_deflate: respect platform specific runpath linker flag. [Rainer Jung] + *) configure: Only link the httpd binary against PCRE. No other support + binary needs PCRE. [Rainer Jung] + Changes with Apache 2.3.13 *) ab: Support specifying the local address to use. PR 48930. |