summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-14 21:19:04 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-14 21:19:04 +0100
commitc833932de2fde4723fa5647e0d202ebd5231a05b (patch)
tree05f9d30650ad7540e69db2279c58d3711eb4e6b1 /media-libs
parentmedia-libs/libfishsound: disable static libs (diff)
downloadgentoo-c833932de2fde4723fa5647e0d202ebd5231a05b.tar.gz
gentoo-c833932de2fde4723fa5647e0d202ebd5231a05b.tar.bz2
gentoo-c833932de2fde4723fa5647e0d202ebd5231a05b.zip
media-libs/liblingoteach: disable static libs
Closes: https://bugs.gentoo.org/724600 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')
-rw-r--r--media-libs/liblingoteach/liblingoteach-0.2.3.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
index cc1b3d3936b6..4cfa64c18d6d 100644
--- a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
+++ b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,6 +19,12 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
+ --disable-static \
$(use_enable zlib compression) \
$(use_enable debug)
}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}