From b2d8095dea68e88efafbc4b1f136bda3f28f0f79 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Wed, 18 Aug 2010 15:32:12 -0400 Subject: [PATCH] disable parallel make for now, there's a race... Signed-off-by: Jarod Wilson --- lirc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lirc.spec b/lirc.spec index dc3c5bb..f4c4eb2 100644 --- a/lirc.spec +++ b/lirc.spec @@ -189,7 +189,9 @@ chmod +x daemons/input_map.sh %endif --with-syslog=LOG_DAEMON \ --with-driver=userspace -make %{?_smp_mflags} +#make %{?_smp_mflags} +# There's a parallel make race failure here somewhere that needs to be sorted. +make %install rm -rf $RPM_BUILD_ROOT __docs