summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-30 19:13:18 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-30 19:14:25 +0100
commitf9fa81a82c1628747e2e2acd6c1c1afe345afe79 (patch)
treee26afea23c5321b2b90a052afa8ac93932a290e9 /sys-devel/lld
parentprofiles: Mask leechcraft for removal (diff)
downloadgentoo-f9fa81a82c1628747e2e2acd6c1c1afe345afe79.tar.gz
gentoo-f9fa81a82c1628747e2e2acd6c1c1afe345afe79.tar.bz2
gentoo-f9fa81a82c1628747e2e2acd6c1c1afe345afe79.zip
sys-devel/lld: Enable shared libs (fixed upstream)
Diffstat (limited to 'sys-devel/lld')
-rw-r--r--sys-devel/lld/lld-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index f870ae74270a..93b234c1a920 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