[Bug 230538] devel/apr1 apr-1.6.3.1.6.1_1 fails to install apr_dbd_mysql-1.so

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 11 19:43:32 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230538

--- Comment #2 from Please <please at forget.me.uk> ---
After a while, it looks like my_global.h is generating a problem 

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/abbd9d90ed19ebe8e9294309cc189f256f812f70

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list