diff options
author | Sam James <sam@gentoo.org> | 2021-08-27 01:44:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-27 01:44:24 +0100 |
commit | af299c8a25355ff56dc3909e00fed1b6c98759b7 (patch) | |
tree | 8e5d217d4f3ec5e623e6b275f6b7d8c2ba179a2d /net-libs/farstream | |
parent | net-libs/libtorrent-rasterbar: fix DEPEND (diff) | |
download | gentoo-af299c8a25355ff56dc3909e00fed1b6c98759b7.tar.gz gentoo-af299c8a25355ff56dc3909e00fed1b6c98759b7.tar.bz2 gentoo-af299c8a25355ff56dc3909e00fed1b6c98759b7.zip |
net-libs/farstream: workaround parallel build failure
Closes: https://bugs.gentoo.org/776175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/farstream')
-rw-r--r-- | net-libs/farstream/farstream-0.2.9.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/farstream/farstream-0.2.9.ebuild b/net-libs/farstream/farstream-0.2.9.ebuild index eb7ddd40101c..bb9bc8aee73d 100644 --- a/net-libs/farstream/farstream-0.2.9.ebuild +++ b/net-libs/farstream/farstream-0.2.9.ebuild @@ -66,5 +66,7 @@ src_compile() { # https://bugzilla.gnome.org/show_bug.cgi?id=744135 # https://bugzilla.gnome.org/show_bug.cgi?id=744134 addpredict /dev - gnome2_src_compile + + # bug #776175 for -j1 + MAKEOPTS="-j1" gnome2_src_compile } |