Commit 8b5c8902 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

proposing APACHE_CHECK_OPENSSL twice invocation fix for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727403 13f79535-47bb-0310-9956-ffa450edef68
parent 3c1bdb9f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -200,6 +200,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch:  trunk works
     +1: jailletc36
     
  *) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS 
     remain unset for second or later caller. Fix this by caching the values for 
     MOD_LDFLAGS and MOD_CFLAGS created during the first run and set them in the 
     cached case. Change by rpluem
     trunk patch:  http://svn.apache.org/r1725325
     2.4.x patch:  trunk works
     +1: icing
     
PATCHES/ISSUES THAT ARE BEING WORKED

  *) http: Don't remove the Content-Length of zero from a HEAD response if