commit: f9fa81a82c1628747e2e2acd6c1c1afe345afe79
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 18:13:18 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 18:14:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fa81a8
sys-devel/lld: Enable shared libs (fixed upstream)
sys-devel/lld/lld-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index f870ae7..93b234c 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-9999.ebuild
@@ -50,8 +50,7 @@ src_unpack() {
src_configure() {
local libdir=$(get_libdir)
local mycmakeargs=(
- # TODO: fix rpaths
- #-DBUILD_SHARED_LIBS=ON
+ -DBUILD_SHARED_LIBS=ON
-DLLVM_INCLUDE_TESTS=$(usex test)
# TODO: fix detecting pthread upstream in stand-alone build