summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-14 21:19:01 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-14 21:19:01 +0100
commit7217dd89f432dc66d72676e92de87b7478376c57 (patch)
tree98da4dc659da3e559c846b1fde00cb5bed595be2 /media-libs/libfishsound
parentmedia-libs/libcuefile: disable static libs (diff)
downloadgentoo-7217dd89f432dc66d72676e92de87b7478376c57.tar.gz
gentoo-7217dd89f432dc66d72676e92de87b7478376c57.tar.bz2
gentoo-7217dd89f432dc66d72676e92de87b7478376c57.zip
media-libs/libfishsound: disable static libs
Closes: https://bugs.gentoo.org/724596 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/libfishsound')
-rw-r--r--media-libs/libfishsound/libfishsound-1.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libfishsound/libfishsound-1.0.0.ebuild b/media-libs/libfishsound/libfishsound-1.0.0.ebuild
index 9c9167f6dd94..3422916b0400 100644
--- a/media-libs/libfishsound/libfishsound-1.0.0.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.0.ebuild
@@ -33,7 +33,7 @@ src_prepare() {
}
src_configure() {
- local myconf=""
+ local myconf="--disable-static"
use flac || myconf="${myconf} --disable-flac"
use speex || myconf="${myconf} --disable-speex"
@@ -44,4 +44,5 @@ src_install() {
emake DESTDIR="${D}" \
docdir="${D}/usr/share/doc/${PF}" install
dodoc AUTHORS ChangeLog README
+ find "${ED}" -name '*.la' -delete || die
}