Skip to content

Commit

Permalink
app-emulation/hercules: restore parallel install fix #772404
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Nov 18, 2021
1 parent 7609ae8 commit 3b606ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app-emulation/hercules/hercules-3.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ src_prepare() {
# delete bundled libltdl, #252716
rm ltdl.{c,h} || die
eautoreconf

# The local modules need local libs, so when doing a parallel install
# of the modules and libs breaks during relinking. Force the libs to
# install first, and then the modules that use those libs. #488126
echo "install-modexecLTLIBRARIES: install-libLTLIBRARIES" >> Makefile.in || die
}

src_configure() {
Expand Down

0 comments on commit 3b606ac

Please sign in to comment.