summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-04-09 22:44:28 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-04-09 22:44:38 +0100
commit6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d (patch)
tree7ec3efe8b135f89491d8ef431be8932fe071034f /dev-util/radare2
parentwww-client/qutebrowser: update dependencies for PyQt5-5.12 (diff)
downloadgentoo-6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d.tar.gz
gentoo-6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d.tar.bz2
gentoo-6fe4c06d46ad85f2a205c91bc70acd8c4f3b903d.zip
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/radare2')
-rw-r--r--dev-util/radare2/radare2-3.4.1.ebuild6
1 files changed, 6 insertions, 0 deletions
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