Draft: Resolve "Kea fails to link with log4cplus if the UNICODE macro is defined"
requested to merge 3154-kea-fails-to-link-with-log4cplus-if-the-unicode-macro-is-defined into master
Closes #3154 (closed).
This works on the fuzzing testbed. However the simple workaround of doing CXXFLAGS=-UUNICODE ./configure
also works.
I tried to determine what sets the UNICODE macro, but I was unable to find anything in the /usr/include
hierarchy.
So it's not terribly needed, but at the same time it shouldn't do any harm, and it should improve compatibility on some fringe operating systems.
Edited by Andrei Pavel