[lirc] parallel make is busted atm

Jarod Wilson jwilson at fedoraproject.org
Sat Sep 4 20:05:36 UTC 2010


commit 7aaddef92a3c0960237eca68b0149ad3a7b296b7
Author: Jarod Wilson <jarod at redhat.com>
Date:   Sat Sep 4 16:04:49 2010 -0400

    parallel make is busted atm
    
    Signed-off-by: Jarod Wilson <jarod at redhat.com>

 lirc.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lirc.spec b/lirc.spec
index 83ef35f..3166a72 100644
--- a/lirc.spec
+++ b/lirc.spec
@@ -196,7 +196,9 @@ chmod +x daemons/input_map.sh
 %endif
   --with-syslog=LOG_DAEMON \
   --with-driver=userspace
-make %{?_smp_mflags}
+# make %{?_smp_mflags}
+# parallel makes are currently busted, do single-threaded for now
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT __docs


More information about the scm-commits mailing list