commit: 3b606ac8a2b93199a50eba964ee276de49054500 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Nov 18 07:23:43 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Nov 18 07:59:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b606ac8
app-emulation/hercules: restore parallel install fix #772404 Bug: https://bugs.gentoo.org/252716 Closes: https://bugs.gentoo.org/772404 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> app-emulation/hercules/hercules-3.13.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-emulation/hercules/hercules-3.13.ebuild b/app-emulation/hercules/hercules-3.13.ebuild index 5e15d8d58a99..8abf27c7e9a1 100644 --- a/app-emulation/hercules/hercules-3.13.ebuild +++ b/app-emulation/hercules/hercules-3.13.ebuild @@ -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() {
