rpms/firefox/devel firefox.spec,1.315,1.316

Christopher Aillon caillon at fedoraproject.org
Mon Dec 8 23:40:42 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2369

Modified Files:
	firefox.spec 
Log Message:
force to -j1 to see if this helps the build


Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- firefox.spec	5 Dec 2008 04:52:10 -0000	1.315
+++ firefox.spec	8 Dec 2008 23:40:10 -0000	1.316
@@ -133,11 +133,13 @@
 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}




More information about the fedora-extras-commits mailing list