[thunderbird] Multithread compilation also enabled for ppc and ppc64

Jan Horak xhorak at fedoraproject.org
Thu Jan 17 12:31:30 UTC 2013


commit 70a81b73b1fac853c824f15c3b12061bc9433d23
Author: Jan Horak <jhorak at redhat.com>
Date:   Thu Jan 17 13:31:23 2013 +0100

    Multithread compilation also enabled for ppc and ppc64

 thunderbird.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 18025ef..e4c8506 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -278,7 +278,7 @@ export LIBDIR='%{_libdir}'
 MOZ_SMP_FLAGS=-j1
 # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
 # however builds tend to fail on other arches when building in parallel.
-%ifarch %{ix86} x86_64
+%ifarch %{ix86} x86_64 ppc ppc64
 [ -z "$RPM_BUILD_NCPUS" ] && \
      RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
 [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2


More information about the scm-commits mailing list