Skip to content

Commit

Permalink
app-misc/lirc-0.9.4a: workaround parallel make bug
Browse files Browse the repository at this point in the history
Gentoo-bug: 588864
Closes: gentoo#1911

Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
candrews authored and SoapGentoo committed Jul 30, 2016
1 parent e091f05 commit b6fc4b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-misc/lirc/lirc-0.9.4a.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6fc4b1

Please sign in to comment.