From 4d8ece2e6ee83e82ab8aff066a844a893b149e41 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 8 Dec 2008 23:40:10 +0000 Subject: [PATCH] force to -j1 to see if this helps the build --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index b537ad5..2e47a96 100644 --- a/firefox.spec +++ b/firefox.spec @@ -133,11 +133,13 @@ export PREFIX='%{_prefix}' export LIBDIR='%{_libdir}' MOZ_SMP_FLAGS=-j1 +%if 0 %ifnarch ppc ppc64 s390 s390x [ -z "$RPM_BUILD_NCPUS" ] && \ RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" [ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2 %endif +%endif INTERNAL_GECKO=%{internal_version} MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}