projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8df801
)
sys-devel/lld: Enable shared libs (fixed upstream)
author
Michał Górny
<mgorny@gentoo.org>
Mon, 30 Jan 2017 18:13:18 +0000
(19:13 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 30 Jan 2017 18:14:25 +0000
(19:14 +0100)
sys-devel/lld/lld-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/lld/lld-9999.ebuild
b/sys-devel/lld/lld-9999.ebuild
index f870ae74270ae066a62dca89f9e242595ace600b..93b234c1a920815de192676017408cd5cbc95200 100644
(file)
--- 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