[qt5-qtwebkit/f22-5.4.0] Try to use 'make -j2' to make sure it builds

Jan Grulich jgrulich at fedoraproject.org
Wed Mar 4 18:07:11 UTC 2015


commit 0c30f11c7ac7e4645f8dfdc360e5e84969ba55d8
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Mar 4 19:06:54 2015 +0100

    Try to use 'make -j2' to make sure it builds

 qt5-qtwebkit.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec
index f9711df..56343f1 100644
--- a/qt5-qtwebkit.spec
+++ b/qt5-qtwebkit.spec
@@ -151,7 +151,8 @@ pushd %{_target_platform}
 	DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0
 %endif
 
-make %{?_smp_mflags}
+# make %{?_smp_mflags}
+make -j2
 
 %if 0%{?docs}
 make %{?_smp_mflags} docs


More information about the scm-commits mailing list