diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-18 02:23:43 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-18 02:59:45 -0500 |
commit | 3b606ac8a2b93199a50eba964ee276de49054500 (patch) | |
tree | dd40aec9ca6edb6ac6417c4d363ce961f0583bca /app-emulation/hercules | |
parent | app-emulation/hercules: fix linking of modules with system libtool #779100 (diff) | |
download | gentoo-3b606ac8a2b93199a50eba964ee276de49054500.tar.gz gentoo-3b606ac8a2b93199a50eba964ee276de49054500.tar.bz2 gentoo-3b606ac8a2b93199a50eba964ee276de49054500.zip |
app-emulation/hercules: restore parallel install fix #772404
Bug: https://bugs.gentoo.org/252716
Closes: https://bugs.gentoo.org/772404
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r-- | app-emulation/hercules/hercules-3.13.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/hercules/hercules-3.13.ebuild b/app-emulation/hercules/hercules-3.13.ebuild index 5e15d8d58a99..8abf27c7e9a1 100644 --- a/app-emulation/hercules/hercules-3.13.ebuild +++ b/app-emulation/hercules/hercules-3.13.ebuild @@ -33,6 +33,11 @@ src_prepare() { # delete bundled libltdl, #252716 rm ltdl.{c,h} || die eautoreconf + + # 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 || die } src_configure() { |