document -no-javascript-jit usage

This commit is contained in:
Rex Dieter 2010-05-18 20:19:09 +00:00
parent 2d7f0aedce
commit 084149830f
1 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
# -no-pch disables precompiled headers, make ccache-friendly
%define no_pch -no-pch
## disable javascript JIT compiler (selinux crasher)
## https://bugs.webkit.org/show_bug.cgi?id=35154
%define no_javascript_jit -no-javascript-jit
%define _default_patch_fuzz 3
# enable kde-qt integration/patches
@ -516,7 +520,7 @@ done
%{?phonon} %{!?phonon:-no-phonon} \
%{?phonon_backend} \
%{?no_pch} \
-no-javascript-jit \
%{?no_javascript_jit} \
-sm \
-stl \
-system-libmng \