commit: 53862dcd3f816a531e6f78139426f29c86244974
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 17:27:11 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 17:28:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53862dcd
dev-util/lldb: Fix linking with clang dylib
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/lldb/lldb-10.0.0.9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild
b/dev-util/lldb/lldb-10.0.0.9999.ebuild
index a76bd5aa712..81f32e23229 100644
--- a/dev-util/lldb/lldb-10.0.0.9999.ebuild
+++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild
@@ -73,6 +73,7 @@ src_configure() {
-DLLDB_INCLUDE_TESTS=$(usex test)
+ -DCLANG_LINK_CLANG_DYLIB=ON
# TODO: fix upstream to detect this properly
-DHAVE_LIBDL=ON
-DHAVE_LIBPTHREAD=ON