Commit d17a76d4 authored by Rainer Jung's avatar Rainer Jung
Browse files

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
parent ac2b210d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.
+2 −1
Original line number Diff line number Diff line
@@ -207,7 +207,8 @@ else
  AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/])
fi
APACHE_SUBST(PCRE_LIBS)
APR_ADDTO(AP_LIBS, [\$(PCRE_LIBS)])
APR_ADDTO(HTTPD_LDFLAGS, [\$(PCRE_LIBS)])
APACHE_SUBST(HTTPD_LDFLAGS)

echo $ac_n "${nl}Configuring Apache httpd ...${nl}"