Skip to content

Commit

Permalink
sys-devel/lld: Stop building and installing split shared libs in 10+
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Oct 1, 2019
1 parent b064ca0 commit 543cf8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sys-devel/lld/lld-10.0.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ src_unpack() {

src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
-DBUILD_SHARED_LIBS=OFF

-DLLVM_INCLUDE_TESTS=$(usex test)
)
Expand All @@ -73,3 +73,8 @@ src_test() {
local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-lld
}

src_install() {
default
find "${D}" -name '*.a' -delete || die
}

0 comments on commit 543cf8f

Please sign in to comment.