From 1867bbee5be1a52ad23fc740c357723d646c563c Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 10 Feb 2019 18:13:34 +0100 Subject: [PATCH] ORBit2: reenable It doesn't seem to fail but there is some kind of race in the build system, resulting in a static library being erased, so disable parallel build. --- srcpkgs/ORBit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ORBit2/template b/srcpkgs/ORBit2/template index 6d41ab2626..32dd52d3ce 100644 --- a/srcpkgs/ORBit2/template +++ b/srcpkgs/ORBit2/template @@ -12,7 +12,7 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later" homepage="http://projects.gnome.org/ORBit2/" distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2" checksum=55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550 -broken="undefined reference to ORBit_CosNaming_NamingContextExt_create" +disable_parallel_build=yes if [ "$CROSS_BUILD" ]; then hostmakedepends+=" ORBit2"