From: Mike Frysinger Date: Mon, 12 Dec 2016 19:07:01 +0000 (-0500) Subject: app-emulation/hercules: fix parallel install errors #488126 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d346d85dce1f865a3f318d645c494e2955f2b239;p=gentoo.git app-emulation/hercules: fix parallel install errors #488126 --- 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() {