Date: Fri, 6 Nov 2015 17:30:37 +0000 From: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> To: freebsd-ports@freebsd.org Subject: Re: www/mod_auth_mysql2 should be disabled for apache24 Message-ID: <563CE3BD.8000702@utanet.at> In-Reply-To: <CAPS9%2BSvaBz0OEhSC8NbwQxB8VEur4ous2Q7XjsgAaOvjszqtyA@mail.gmail.com> References: <CAPS9%2BSvaBz0OEhSC8NbwQxB8VEur4ous2Q7XjsgAaOvjszqtyA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563CE3BD.8000702>