From 96d817a1b0c9472c77ddf53fb174ef2f9d9847fd Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 19 Mar 2015 13:25:24 +0100 Subject: [PATCH] workaround, disable parallel compilation as it fails to compile in brew --- qt5-qtwebkit.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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