From 3b606ac8a2b93199a50eba964ee276de49054500 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 18 Nov 2021 02:23:43 -0500 Subject: 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 --- app-emulation/hercules/hercules-3.13.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-emulation') 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() { -- cgit v1.2.3-65-gdbad