rpms/webkitgtk/devel webkitgtk.spec,1.29,1.30

Bastien Nocera hadess at fedoraproject.org
Thu Feb 11 16:41:22 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/webkitgtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7053

Modified Files:
	webkitgtk.spec 
Log Message:
work-around parallel build problems


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/webkitgtk.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- webkitgtk.spec	10 Feb 2010 16:09:11 -0000	1.29
+++ webkitgtk.spec	11 Feb 2010 16:41:21 -0000	1.30
@@ -133,8 +133,9 @@ CFLAGS="%optflags -DLIBSOUP_I_HAVE_READ_
 %{?with_svg:		--enable-svg-filters		}	\
 %{?with_wml:		--enable-wml			}
 
-make %{?_smp_mflags}
-
+# Disabled because of https://bugs.webkit.org/show_bug.cgi?id=34846
+#make %{?_smp_mflags}
+make
 
 %install
 rm -rf %{buildroot}



More information about the scm-commits mailing list