mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/protobuf-c: drop *.la
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user