Hi Nick,
Am 27.03.2019 um 23:42 schrieb Nick Kew:
On 27 Mar 2019, at 17:55, Rainer Jung <[email protected]> wrote:
This breaks 1.7 apu compilation using non-system expat for me. The expat
detection sets INCLUDES but during compilation INCLUDES isn't used anywhere, so
expat.h can't be found.
OK, I need to return to that. Thanks for the reminder!
Does trunk compile for you in the same circumstances?
This is supposed to be a backport!
Trunk is APR which adds INCLUDES to EXTRA_INCLUDES and uses those during
build. APU doesn't use EXTRA_INCLUDES anywhere but uses the
APRUTIL_PRIV_INCLUDES and APRUTIL_INCLUDES variables, none of which the
expat flags gets added to. dbd seems to use APRUTIL_PRIV_INCLUDES, all
other dependencies seem to use APRUTIL_INCLUDES ...
Regards,
Rainer