From 96d817a1b0c9472c77ddf53fb174ef2f9d9847fd Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mar 19 2015 12:25:24 +0000 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