]> granicus.if.org Git - apache/commitdiff
proposing APACHE_CHECK_OPENSSL twice invocation fix for backport
authorStefan Eissing <icing@apache.org>
Thu, 28 Jan 2016 16:44:36 +0000 (16:44 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 28 Jan 2016 16:44:36 +0000 (16:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727403 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a00a76f77cab3b90646b7fa09038551f8ee50aec..a26352d0dd6a867ca7215a2a0cd236aca79e3c39 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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