commit: 948cd2f9cd1634732f3e114b8179157a8df6b520 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 12 08:37:02 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 12 09:27:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948cd2f9
sys-devel/llvm: Install missing Fuzzer libraries in 5.0.9999 Bug: https://bugs.gentoo.org/636840 sys-devel/llvm/llvm-5.0.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild b/sys-devel/llvm/llvm-5.0.9999.ebuild index 9d4b6f4c4e4..cbd8b43b170 100644 --- a/sys-devel/llvm/llvm-5.0.9999.ebuild +++ b/sys-devel/llvm/llvm-5.0.9999.ebuild @@ -212,6 +212,11 @@ multilib_src_install() { rm -rf "${ED%/}"/usr/include || die mv "${ED%/}"/usr/lib/llvm/${SLOT}/include "${ED%/}"/usr/include || die + # install fuzzer libraries for clang (cmake rules were added in 6) + # https://bugs.gentoo.org/636840 + into "/usr/lib/llvm/${SLOT}" + dolib.a "$(get_libdir)"/libLLVMFuzzer*.a + LLVM_LDPATHS+=( "${EPREFIX}/usr/lib/llvm/${SLOT}/$(get_libdir)" ) }
