[perl-threads-tbb] Minimize compilation race

Petr Pisar ppisar at fedoraproject.org
Wed Jul 27 11:08:53 UTC 2011


commit fb6c2719fe29e5b008b402525c7b8c41ad72e398
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 27 13:08:28 2011 +0200

    Minimize compilation race

 perl-threads-tbb.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-threads-tbb.spec b/perl-threads-tbb.spec
index 7a2f06d..b2691bb 100644
--- a/perl-threads-tbb.spec
+++ b/perl-threads-tbb.spec
@@ -41,7 +41,8 @@ sed -i -e '/CCFLAGS/ s/\(=>\)/\1 "$Config{ccflags} " ./' Makefile.PL
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
+# Minimize compilation race (RT #69827) by single thread
+make
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT


More information about the scm-commits mailing list