Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] *) Build: Correctly set SSL_LIBS during openssl detection if pkgconfig is not available. PR 46018 [Ruediger Pluem] *) mod_expires: Do not sets negative max-age / Expires header in the past. PR 39774 [Jim Jagielski] Loading acinclude.m4 +2 −2 Original line number Diff line number Diff line Loading @@ -447,10 +447,10 @@ if test "x$ap_ssltk_configured" = "x"; then pkglookup="`$PKGCONFIG --libs-only-L --libs-only-other openssl`" APR_ADDTO(LDFLAGS, [$pkglookup]) else ap_ssltk_libs="-lssl -lcrypto" ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`" fi else ap_ssltk_libs="-lssl -lcrypto" ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`" fi fi APR_SETVAR(SSL_LIBS, [$ap_ssltk_libs]) Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] *) Build: Correctly set SSL_LIBS during openssl detection if pkgconfig is not available. PR 46018 [Ruediger Pluem] *) mod_expires: Do not sets negative max-age / Expires header in the past. PR 39774 [Jim Jagielski] Loading
acinclude.m4 +2 −2 Original line number Diff line number Diff line Loading @@ -447,10 +447,10 @@ if test "x$ap_ssltk_configured" = "x"; then pkglookup="`$PKGCONFIG --libs-only-L --libs-only-other openssl`" APR_ADDTO(LDFLAGS, [$pkglookup]) else ap_ssltk_libs="-lssl -lcrypto" ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`" fi else ap_ssltk_libs="-lssl -lcrypto" ap_ssltk_libs="-lssl -lcrypto `$apr_config --libs`" fi fi APR_SETVAR(SSL_LIBS, [$ap_ssltk_libs]) Loading