| aa1f4ecd | 30-Apr-2025 |
Damjan Jovanovic <damjan@apache.org> |
When using SYSTEM_LIBXSLT, LIBXSLT_CFLAGS must be added ***after*** local include paths, because when LIBXSLT_CFLAGS contains "-I/usr/local/include", system boost headers end up being found there bef
When using SYSTEM_LIBXSLT, LIBXSLT_CFLAGS must be added ***after*** local include paths, because when LIBXSLT_CFLAGS contains "-I/usr/local/include", system boost headers end up being found there before our local boost headers. So add LIBXSLT_CFLAGS to CFLAGSAPPEND instead of CFLAGS.
Patch by: me
show more ...
|