Date: Sun, 24 Dec 2017 13:19:53 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 223191] devel/llvm*: --link-shared is broken Message-ID: <bug-223191-7141-hJ7OdXyjCQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223191-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-223191-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223191 --- Comment #3 from Greg V <greg@unrelenting.technology> --- Okay I found where the execinfo full path comes from!! https://github.com/Kitware/CMake/blob/40dea7e4b2e1c4518337bba284a233bf6f788= a1a/Modules/FindBacktrace.cmake#L75 A quick fix is to change that line to: set(Backtrace_LIBRARY "execinfo") But it seems like having a full path there is correct from CMake's point of view, llvm-config just turns the CMake variables into linker flags wrong. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223191-7141-hJ7OdXyjCQ>