app-misc/egads: disable static libs

Closes: https://bugs.gentoo.org/726638
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>
This commit is contained in:
Jakov Smolic
2020-11-14 21:17:44 +01:00
committed by David Seifert
parent be520ec49a
commit e3f26bbd99

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,7 +28,8 @@ src_prepare() {
src_configure() {
econf \
--with-egads-datadir="${EGADS_DATADIR}" \
--with-bindir=/usr/sbin
--with-bindir="${EPREFIX}"/usr/sbin \
--disable-static
}
src_compile() {
@@ -45,4 +46,6 @@ src_install() {
INCLUDEDIR="${D}"/usr/include
dodoc README* doc/*.txt doc/*.html
find "${ED}" -name '*.la' -delete || die
}