On Sat, Oct 3, 2015 at 5:32 PM, <traw...@apache.org> wrote:

> Author: trawick
> Date: Sat Oct  3 21:32:56 2015
> New Revision: 1706637
>
> URL: http://svn.apache.org/viewvc?rev=1706637&view=rev
> Log:
> Follow-up to r1690248:
>
> Fix logic to limit exported symbols in DSO form of mod_http2.
>
> Modified:
>     httpd/httpd/trunk/modules/http2/config.m4
>
> Modified: httpd/httpd/trunk/modules/http2/config.m4
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/config.m4?rev=1706637&r1=1706636&r2=1706637&view=diff
>
> ==============================================================================
> --- httpd/httpd/trunk/modules/http2/config.m4 (original)
> +++ httpd/httpd/trunk/modules/http2/config.m4 Sat Oct  3 21:32:56 2015
> @@ -174,7 +174,7 @@ See --with-nghttp2 on how to manage non-
>  is usually linked shared and requires loading. ], $http2_objs, , most, [
>      APACHE_CHECK_NGHTTP2
>      if test "$ac_cv_nghttp2" = "yes" ; then
> -        if test "x$enable_ssl" = "xshared"; then
> +        if test "x$enable_http2" = "xshared"; then
>             # The only symbol which needs to be exported is the module
>             # structure, so ask libtool to hide everything else:
>             APR_ADDTO(MOD_HTTP2_LDADD, [-export-symbols-regex
> http2_module])
>
>
>

This is CTR in the 2.4.x branch, right?  (i.e., can just commit it?)

-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Reply via email to