Skip to content

Commit

Permalink
dev-libs/busybee: disable static libs
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/723172
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
Jakov Smolic authored and SoapGentoo committed Nov 15, 2020
1 parent af7f1a1 commit d629b4a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions dev-libs/busybee/busybee-0.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -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=7
Expand All @@ -11,8 +11,15 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

IUSE=""

DEPEND=">=dev-libs/libpo6-0.8
>=dev-libs/libe-0.11"
RDEPEND="${DEPEND}"

src_configure() {
econf --disable-static
}

src_install() {
default
find "${ED}" -name '*.la' -delete || die
}

0 comments on commit d629b4a

Please sign in to comment.