From 70a81b73b1fac853c824f15c3b12061bc9433d23 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 17 Jan 2013 13:31:23 +0100 Subject: [PATCH] Multithread compilation also enabled for ppc and ppc64 --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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