mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/pcaudiolib: Fix install with slibtool
With slibtool the '.la' files are not installed by default. Closes: https://bugs.gentoo.org/799617 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/26315 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -34,11 +34,12 @@ src_configure() {
|
||||
$(use_with oss)
|
||||
$(use_with alsa)
|
||||
$(use_with pulseaudio)
|
||||
--disable-static
|
||||
)
|
||||
econf "${econf_args[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
rm "${ED}"/usr/lib*/libpcaudio.{a,la} || die
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user