From ff578065b1b1a4b3aa3c7baf9e5dd8fd779b394b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 2 Oct 2019 18:19:58 +0200 Subject: [PATCH] sys-devel/lld: Also strip headers 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 | 3 ++- 1 file changed, 2 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 6125066285f7..9d1c88d828d3 100644 --- a/sys-devel/lld/lld-10.0.0.9999.ebuild +++ b/sys-devel/lld/lld-10.0.0.9999.ebuild @@ -76,5 +76,6 @@ src_test() { src_install() { cmake-utils_src_install - find "${D}" -name '*.a' -delete || die + # LLD has no shared libraries, so strip it all for the time being + rm -r "${ED}"/usr/{include,lib*} || die } -- 2.26.2