Date: Sat, 11 Aug 2018 19:43:30 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 230538] devel/apr1 apr-1.6.3.1.6.1_1 fails to install apr_dbd_mysql-1.so Message-ID: <bug-230538-16115-omMHy2m5k5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230538-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-230538-16115@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230538 --- Comment #2 from Please <please@forget.me.uk> --- After a while, it looks like my_global.h is generating a problem=20 it is mentioned: my_global.h should not have #defines that modify behavior of system headers; this is brittle, and better suited to CMake options, so move it there. It should also not try to #undef symbols from other files, which is again brittle (especially as these symbols tend to change without people remembering to update my_global.h -- it seems to already have happened during the introduction of yaSSL). Instead, make sure these symbols are simply not added during compilation in the first place. Every plugin now gets compiled with ${SSL_DEFINES} added automatically, so they don't have to add that manually -- except if they are recompiled for embedded, in which case ${SSL_DEFINES} is never added in the first place (instead of having to #undef them). https://github.com/mysql/mysql-server/commit/abbd9d90ed19ebe8e9294309cc189f= 256f812f70 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230538-16115-omMHy2m5k5>