CVSROOT:        /cvs
Module name:    ports
Changes by:     j...@cvs.openbsd.org    2019/12/25 14:55:03

Modified files:
        devel/llvm     : Makefile 

Log message:
Properly disable libexecinfo to fix up random build failures seen by many

Passing -DBacktrace_LIBRARY='' doesn't work since the flag has been
renamed to Backtrace_LIBRARIES and isn't enough anyway to prevent the
llvm cmake files to *add a dep on all headers* in
${Backtrace_INCLUDE_DIRS}, ie /usr/local/include.

... which of course leads to builds blowing up whenever dpb(1) junking
kicks in.

Bulk builders: sorry it took me so long to get my head out of the sand.

Last report by naddy@

Reply via email to