projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df26a6
)
app-emulation/hercules: fix parallel install errors #488126
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 12 Dec 2016 19:07:01 +0000
(14:07 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 12 Dec 2016 19:07:01 +0000
(14:07 -0500)
app-emulation/hercules/hercules-3.10.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/hercules/hercules-3.10.ebuild
b/app-emulation/hercules/hercules-3.10.ebuild
index 9519b4bb80b30f6f7860a1219c2833844a257d86..7187cc4c409e2ed7705a0205467f486d1e0ac7a8 100644
(file)
--- 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() {