| 308dff52 | 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
(cherry picked from commit aa1f4ecdf0af2b4b877bfaec913d4ef42e7dad01)
show more ...
|