projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41645f6
)
dev-util/lldb: Fix linking with clang dylib
author
Michał Górny
<mgorny@gentoo.org>
Tue, 15 Oct 2019 17:27:11 +0000
(19:27 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 15 Oct 2019 17:28:16 +0000
(19:28 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-10.0.0.9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-10.0.0.9999.ebuild
b/dev-util/lldb/lldb-10.0.0.9999.ebuild
index a76bd5aa712d5a4002d9f4100e5318dca88456bb..81f32e23229dc4ae19b084dba805cf2dfb5e2c2d 100644
(file)
--- 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