Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/
Date: Mon, 30 Jan 2017 18:14:29
Message-Id: 1485800065.f9fa81a82c1628747e2e2acd6c1c1afe345afe79.mgorny@gentoo
1 commit: f9fa81a82c1628747e2e2acd6c1c1afe345afe79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 18:13:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 18:14:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fa81a8
7
8 sys-devel/lld: Enable shared libs (fixed upstream)
9
10 sys-devel/lld/lld-9999.ebuild | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
14 index f870ae7..93b234c 100644
15 --- a/sys-devel/lld/lld-9999.ebuild
16 +++ b/sys-devel/lld/lld-9999.ebuild
17 @@ -50,8 +50,7 @@ src_unpack() {
18 src_configure() {
19 local libdir=$(get_libdir)
20 local mycmakeargs=(
21 - # TODO: fix rpaths
22 - #-DBUILD_SHARED_LIBS=ON
23 + -DBUILD_SHARED_LIBS=ON
24
25 -DLLVM_INCLUDE_TESTS=$(usex test)
26 # TODO: fix detecting pthread upstream in stand-alone build