From d346d85dce1f865a3f318d645c494e2955f2b239 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Dec 2016 14:07:01 -0500 Subject: [PATCH] app-emulation/hercules: fix parallel install errors #488126 --- app-emulation/hercules/hercules-3.10.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-emulation/hercules/hercules-3.10.ebuild b/app-emulation/hercules/hercules-3.10.ebuild index 9519b4bb80b3..7187cc4c409e 100644 --- a/app-emulation/hercules/hercules-3.10.ebuild +++ b/app-emulation/hercules/hercules-3.10.ebuild @@ -21,6 +21,11 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-3.09-aliasing.patch + + # 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 } src_configure() { -- 2.26.2