Date: Tue, 08 Jan 2019 11:27:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234739] devel/llvm-devel: LLVM_BUILD_LLVM_DYLIB not passed to the build Message-ID: <bug-234739-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234739 Bug ID: 234739 Summary: devel/llvm-devel: LLVM_BUILD_LLVM_DYLIB not passed to the build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: brooks@FreeBSD.org Reporter: tobik@freebsd.org Flags: maintainer-feedback?(brooks@FreeBSD.org) Assignee: brooks@FreeBSD.org In devel/llvm-devel the first CMAKE_ARGS is overwritten like this CMAKE_ARGS=3D -DLLVM_BUILD_LLVM_DYLIB=3DON=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 CMAKE_ARGS=3D -DCMAKE_BUILD_WITH_INSTALL_RPATH=3DON=20 so -DLLVM_BUILD_LLVM_DYLIB=3DON is never passed to the build. Currently llvm-devel does not appear to build a libLLVM.so. Is this deliberate? Can the first CMAKE_ARGS be removed or should it be passed through to the build? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234739-7788>