app-emulation/hercules: fix parallel install errors #488126
authorMike Frysinger <vapier@gentoo.org>
Mon, 12 Dec 2016 19:07:01 +0000 (14:07 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 12 Dec 2016 19:07:01 +0000 (14:07 -0500)
app-emulation/hercules/hercules-3.10.ebuild

index 9519b4bb80b30f6f7860a1219c2833844a257d86..7187cc4c409e2ed7705a0205467f486d1e0ac7a8 100644 (file)
@@ -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() {