dev-util/radare2: disable parallel build, bug #682564
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 9 Apr 2019 21:44:28 +0000 (22:44 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 9 Apr 2019 21:44:38 +0000 (22:44 +0100)
'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 <slyfox@gentoo.org>
dev-util/radare2/radare2-3.4.1.ebuild

index 0b3f4cfb432b28743a813f563327c141666922c6..c746c047f48a580d99bc2a4f366a71e9e8e57607 100644 (file)
@@ -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