From 2ce28c5ec849ba02b80a22083f48ca91bfa85744 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 28 Jan 2016 16:44:36 +0000 Subject: [PATCH] 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 --- STATUS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/STATUS b/STATUS index a00a76f77ca..a26352d0dd6 100644 --- 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 -- 2.47.3