Skip to content

Commit

Permalink
dev-scheme/guile-reader: drop useless static-libs USE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xgqt committed May 17, 2022
1 parent 241b91b commit 8bbc3ec
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="strip"
IUSE="static-libs"

RDEPEND=">=dev-scheme/guile-2.0.0:="
DEPEND="${RDEPEND}"
Expand All @@ -28,14 +27,8 @@ src_prepare() {
find "${S}" -name "*.scm" -exec touch {} + || die
}

src_configure() {
econf $(use_enable static-libs static)
}

src_install() {
default

if ! use static-libs ; then
find "${ED}" -type f -name '*.la' -delete || die
fi
find "${ED}" -type f -name '*.la' -delete || die
}

0 comments on commit 8bbc3ec

Please sign in to comment.