summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-12-08 23:40:10 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-12-08 23:40:10 +0000
commit4d8ece2e6ee83e82ab8aff066a844a893b149e41 (patch)
treeb2d1cdfd9a3f48ab760f6b22e072225875b8804d
parent- Update to 3.1 beta 1 (diff)
downloadlibrewolf-fedora-ff-4d8ece2e6ee83e82ab8aff066a844a893b149e41.tar.gz
librewolf-fedora-ff-4d8ece2e6ee83e82ab8aff066a844a893b149e41.tar.bz2
librewolf-fedora-ff-4d8ece2e6ee83e82ab8aff066a844a893b149e41.zip
force to -j1 to see if this helps the build
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
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}
bgstack15