diff options
Diffstat (limited to 'app-emulation/hercules/hercules-3.13.ebuild')
-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() { |