dev-libs/protobuf-c: drop *.la

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2021-10-20 16:58:18 -04:00
parent f23721a031
commit 89d5c4d893
2 changed files with 10 additions and 0 deletions

View File

@@ -41,3 +41,8 @@ multilib_src_configure() {
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
multilib_src_install_all() {
find "${ED}" -name '*.la' -type f -delete || die
einstalldocs
}

View File

@@ -41,3 +41,8 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
multilib_src_install_all() {
find "${ED}" -name '*.la' -type f -delete || die
einstalldocs
}