media-libs/libogg: find and remove '*.a' not required
authorMarty E. Plummer <hanetzer@protonmail.com>
Mon, 8 Jan 2018 03:21:15 +0000 (21:21 -0600)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 8 Jan 2018 08:08:20 +0000 (09:08 +0100)
commit84c29736fc5fbe494bd356a053f192e712cb72a2
treec7472ff537d3a3760fd813743d706433251219f3
parent6128c2276d538c4f0eea3c9e57c7eb670f4ffd73
media-libs/libogg: find and remove '*.a' not required

Not sure if this was changed in a previous version of libogg, but
libogg-1.3.3 correctly respects --enable-static/--disable-static, and
does not produce a static library when built with USE=-static-libs.

The find "${ED}" -name '*.a' -delete || die line also kills off
libogg.dll.a, which is needed for shared linking on mingw-w64, so
it should be removed as uneeded and harmful.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
media-libs/libogg/libogg-1.3.3.ebuild