commit: b6fc4b167abbbc56620169a1bfc845e347e0de94 Author: Craig Andrews <candrews <AT> integralblue <DOT> com> AuthorDate: Mon Jul 18 14:30:35 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jul 30 08:29:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fc4b16
app-misc/lirc-0.9.4a: workaround parallel make bug Gentoo-bug: 588864 Closes: https://github.com/gentoo/gentoo/pull/1911 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-misc/lirc/lirc-0.9.4a.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app-misc/lirc/lirc-0.9.4a.ebuild b/app-misc/lirc/lirc-0.9.4a.ebuild index 63a2b92..395ddd3 100644 --- a/app-misc/lirc/lirc-0.9.4a.ebuild +++ b/app-misc/lirc/lirc-0.9.4a.ebuild @@ -58,6 +58,14 @@ src_configure() { $(use_with X x) } +# Defined src_compile as a workaround for a parallel make issue +# See https://bugs.gentoo.org/show_bug.cgi?id=588864 +# and https://sourceforge.net/p/lirc/tickets/210/ +src_compile() { + emake lib + emake +} + src_install() { default
