base-specs/w3m.spec
changeset 13418 12d0f57ea32e
parent 12589 392f358f1197
child 15095 6524062125cf
--- a/base-specs/w3m.spec	Thu Sep 04 22:21:26 2008 +0000
+++ b/base-specs/w3m.spec	Fri Sep 05 04:13:51 2008 +0000
@@ -74,7 +74,9 @@
             --with-browser=/usr/bin/firefox \
 
 touch po/stamp-it
-make -j $CPUS
+#FIXME: If the simultaneously running job > 2, it builds failed
+#make -j $CPUS
+make -j 2
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -107,6 +109,9 @@
 %{_datadir}/w3m/w3mhelp.html
 
 %changelog
+* Fri Sep 05 2008 - [email protected]
+- commented out the line "make -j $CPU" and specified the simultaneously running job as 2, 
+  it built failed when the job is 16
 * Wed Jun 04 2008 - [email protected]
 - Add w3m-01-build.diff to enable nls.
 * Mon May 26 2008 - [email protected]