commit:     d346d85dce1f865a3f318d645c494e2955f2b239
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 19:07:01 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 19:07:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d346d85d

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 9519b4b..7187cc4 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() {

Reply via email to