From: Sergei Trofimovich Date: Tue, 9 Apr 2019 21:44:28 +0000 (+0100) Subject: dev-util/radare2: disable parallel build, bug #682564 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d;p=gentoo.git dev-util/radare2: disable parallel build, bug #682564 'hexagon_disas.o' does not have correct dependencies and gets into archive before final artifact is ready. Disable prallel build as a workaround. Reported-by: Andrew Udvare Bug: https://bugs.gentoo.org/682564 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-util/radare2/radare2-3.4.1.ebuild b/dev-util/radare2/radare2-3.4.1.ebuild index 0b3f4cfb432b..c746c047f48a 100644 --- a/dev-util/radare2/radare2-3.4.1.ebuild +++ b/dev-util/radare2/radare2-3.4.1.ebuild @@ -37,6 +37,12 @@ src_configure() { $(use_with ssl openssl) } +src_compile() { + # bug #682564: upstream build system has a problem with + # 'hexagon_disas.o'. Workaround it until the fix is found. + emake -j1 +} + src_install() { default