projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f6f05
)
sys-devel/lld: Also strip headers in 10+
author
Michał Górny
<mgorny@gentoo.org>
Wed, 2 Oct 2019 16:19:58 +0000
(18:19 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 2 Oct 2019 17:04:09 +0000
(19:04 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/lld/lld-10.0.0.9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/lld/lld-10.0.0.9999.ebuild
b/sys-devel/lld/lld-10.0.0.9999.ebuild
index 6125066285f7019921ab05745cd149ed4b545f72..9d1c88d828d37a76a603d4efafcc4660efec61e6 100644
(file)
--- 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
}