diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-03-27 16:37:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-27 16:37:12 +0100 |
commit | dcaf88aebd1aede6167c8c787afcc92536b1df00 (patch) | |
tree | 19ab7b32d72be87df44fc3bd31d390d1cbedac39 /dev-libs/npth | |
parent | net-analyzer/nfdump: fix slibtool build, use EPREFIX (diff) | |
download | gentoo-dcaf88aebd1aede6167c8c787afcc92536b1df00.tar.gz gentoo-dcaf88aebd1aede6167c8c787afcc92536b1df00.tar.bz2 gentoo-dcaf88aebd1aede6167c8c787afcc92536b1df00.zip |
dev-libs/npth: Remove .la files
Closes: https://github.com/gentoo/gentoo/pull/20148
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/npth')
-rw-r--r-- | dev-libs/npth/npth-1.6-r1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-libs/npth/npth-1.6-r1.ebuild b/dev-libs/npth/npth-1.6-r1.ebuild index 1255bcd4baea..9c72209ed635 100644 --- a/dev-libs/npth/npth-1.6-r1.ebuild +++ b/dev-libs/npth/npth-1.6-r1.ebuild @@ -21,3 +21,10 @@ src_prepare() { src_configure() { econf --disable-static } + +src_install() { + default + + # no static archives + find "${ED}" -name '*.la' -delete || die +} |