Browse Source

qt5-qtwebkit remove jit limitations

Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>
master
guibuilder_pel7x64builder0 5 years ago
parent
commit
6da0030338
  1. 4
      SPECS/qt5-qtwebkit.spec

4
SPECS/qt5-qtwebkit.spec

@ -123,9 +123,9 @@ mkdir %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}


%{qmake_qt5} .. \ %{qmake_qt5} .. \
%ifnarch %{arm} %{ix86} x86_64 #%ifnarch %{arm} %{ix86} x86_64
DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0
%endif #%endif


# workaround, disable parallel compilation as it fails to compile in brew # workaround, disable parallel compilation as it fails to compile in brew
#make %{?_smp_mflags} #make %{?_smp_mflags}

Loading…
Cancel
Save