From 543cf8fe6c1fd804dd47a00a56c8f2b81940c37b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 10 Sep 2019 13:49:53 +0200 Subject: [PATCH] sys-devel/lld: Stop building and installing split shared libs in 10+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/lld/lld-10.0.0.9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-10.0.0.9999.ebuild b/sys-devel/lld/lld-10.0.0.9999.ebuild index 2469a9bd7046..71f20ca05123 100644 --- a/sys-devel/lld/lld-10.0.0.9999.ebuild +++ b/sys-devel/lld/lld-10.0.0.9999.ebuild @@ -55,7 +55,7 @@ src_unpack() { src_configure() { local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON + -DBUILD_SHARED_LIBS=OFF -DLLVM_INCLUDE_TESTS=$(usex test) ) @@ -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 +} -- 2.26.2