mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
David Seifert
parent
be520ec49a
commit
e3f26bbd99
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user