Skip to content

Commit

Permalink
dev-scheme/bigloo: do not install links to static libs
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/891041
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Jan 16, 2023
1 parent bdca0b5 commit cffa59e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ src_install() {
emake DESTDIR="${D}" -C bdb install
emake DESTDIR="${D}" -C cigloo install

# Remove static libs, bug #890820
find "${ED}" -type f -name "*.a" -delete || die

# The ".sh" scripts set proper environment and library order for Bigloo,
# but programs (and the Bigloo Emacs library, "bee-mode") want "bigloo",
# not "bigloo.sh". To make programs work we install all executable files
Expand Down Expand Up @@ -191,6 +188,9 @@ src_install() {
fi

einstalldocs

# Remove static libs, bug #890820, #891041
find "${ED}" -name "*.a" -delete || die
}

pkg_postinst() {
Expand Down

0 comments on commit cffa59e

Please sign in to comment.