From 06e61d2940a6bfa013068802cc4030e234853f14 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Jan 2016 08:41:49 +0100 Subject: [PATCH] spice: disable_parallel_build=yes. --- srcpkgs/spice/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index 6a0da743ae2..9ee25f6f8eb 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -16,6 +16,8 @@ homepage="http://www.spice-space.org" distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2" checksum=f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 +disable_parallel_build=yes + post_extract() { sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet. }