Skip to content

Commit

Permalink
app-misc/ps3pf_utils: disable static libs
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/726672
Package-Manager: Portage-3.0.4, 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 14, 2020
1 parent b964acf commit ba769cd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app-misc/ps3pf_utils/ps3pf_utils-2.3.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 @@ -10,8 +10,16 @@ SRC_URI="https://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/ps3
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~ppc64"
IUSE=""

# fixme: depend on a version of sys-kernel/linux-headers that supports ps3

S=${WORKDIR}/ps3-utils-${PV}

src_configure() {
econf --disable-static
}

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

0 comments on commit ba769cd

Please sign in to comment.