rdieter pushed to qt5-qtwebkit (el6). "workaround, disable parallel compilation as it fails to compile in brew"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 10 19:44:10 UTC 2015


>From 96d817a1b0c9472c77ddf53fb174ef2f9d9847fd Mon Sep 17 00:00:00 2001
From: Than Ngo <than at redhat.com>
Date: Thu, 19 Mar 2015 13:25:24 +0100
Subject: workaround, disable parallel compilation as it fails to compile in
 brew


diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec
index 9012cbd..849bf11 100644
--- a/qt5-qtwebkit.spec
+++ b/qt5-qtwebkit.spec
@@ -155,7 +155,9 @@ pushd %{_target_platform}
 	DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0
 %endif
 
-make %{?_smp_mflags}
+# workaround, disable parallel compilation as it fails to compile in brew
+#make %{?_smp_mflags}
+make -j2
 
 %if 0%{?docs}
 make %{?_smp_mflags} docs
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/qt5-qtwebkit.git/commit/?h=el6&id=96d817a1b0c9472c77ddf53fb174ef2f9d9847fd


More information about the scm-commits mailing list