change in mod_auth_mysql.c

 const apr_array_header_t *reqs_arr = ap_requires(r);

to

#ifdef APACHE24
  const apr_array_header_t *reqs_arr = NULL;

   const apr_array_header_t *reqs_arr = ap_requires(r);

 #endif

In the moment I have no time,I will post a patch later.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to