CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2021/07/15 04:43:21

Modified files:
        mail/rspamd    : Makefile 

Log message:
Set -DENABLE_LTO to stop rspamd from asking cmake to check for LTO. The
check for this pulls in cmake modules which check for LLVM toolchain
components (llvm-ar/llvm-ranlib) which are only present in the version
of LLVM in ports not the version in base; it then tries to use them in
the build, e.g. llvm-ar instead of ar when archiving libraries.

There is a cmake variable _CMAKE_TOOLCHAIN_LOCATION which looks like
it should force only checking in a certain path, but it doesn't seem
to work.

Build problem reported by tb@

Reply via email to