projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8797c17
)
dev-util/lldb: Build tests in src_compile()
author
Michał Górny
<mgorny@gentoo.org>
Thu, 19 Jan 2017 09:01:54 +0000
(10:01 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 19 Jan 2017 09:13:59 +0000
(10:13 +0100)
dev-util/lldb/lldb-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-9999.ebuild
b/dev-util/lldb/lldb-9999.ebuild
index ca7817faa4840c958576eccac4b7e54016bd1e6d..32e093bcbb33899ca44fc2bb63e93fe03a3505ad 100644
(file)
--- a/
dev-util/lldb/lldb-9999.ebuild
+++ b/
dev-util/lldb/lldb-9999.ebuild
@@
-65,6
+65,7
@@
src_configure() {
-DLLDB_DISABLE_PYTHON=$(usex !python)
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)
+ -DLLVM_BUILD_TESTS=$(usex test)
# compilers for lit tests
-DLLDB_TEST_C_COMPILER="${EPREFIX}/usr/bin/clang"
-DLLDB_TEST_CXX_COMPILER="${EPREFIX}/usr/bin/clang++"