diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-12 14:07:01 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-12 14:07:01 -0500 |
commit | d346d85dce1f865a3f318d645c494e2955f2b239 (patch) | |
tree | 7b984b6de2e8cd46b1f4cd1057c4df7251503dbf /app-emulation | |
parent | app-editors/nano: version bump to 2.7.2 (diff) | |
download | gentoo-d346d85dce1f865a3f318d645c494e2955f2b239.tar.gz gentoo-d346d85dce1f865a3f318d645c494e2955f2b239.tar.bz2 gentoo-d346d85dce1f865a3f318d645c494e2955f2b239.zip |
app-emulation/hercules: fix parallel install errors #488126
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/hercules/hercules-3.10.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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() { |