'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>
$(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