diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-01-04 19:44:27 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-01-04 19:44:27 -0500 |
commit | 7bb577b2feb4b285cccf466447ffe6998ac431bf (patch) | |
tree | 517312129b39407737da8cd84cc8aeebefbd7bcb /dev-qt/qtwebkit/files/qtwebkit-5.5.1-disable-jit.patch | |
parent | eclass/qt5-build.eclass: remove (diff) | |
download | musl-7bb577b2feb4b285cccf466447ffe6998ac431bf.tar.gz musl-7bb577b2feb4b285cccf466447ffe6998ac431bf.tar.bz2 musl-7bb577b2feb4b285cccf466447ffe6998ac431bf.zip |
dev-qt/qtwebkit: drop in favor of qtwebengine
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebkit/files/qtwebkit-5.5.1-disable-jit.patch')
-rw-r--r-- | dev-qt/qtwebkit/files/qtwebkit-5.5.1-disable-jit.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-qt/qtwebkit/files/qtwebkit-5.5.1-disable-jit.patch b/dev-qt/qtwebkit/files/qtwebkit-5.5.1-disable-jit.patch deleted file mode 100644 index 40e58f0d..00000000 --- a/dev-qt/qtwebkit/files/qtwebkit-5.5.1-disable-jit.patch +++ /dev/null @@ -1,15 +0,0 @@ -Allow disabling JIT for hardened. - -Author: Magnus Granberg <zorry@gentoo.org> -Gentoo-bug: 562396 - ---- a/Tools/qmake/mkspecs/features/features.pri -+++ b/Tools/qmake/mkspecs/features/features.pri -@@ -70,6 +70,7 @@ FEATURE_DEFAULTS = \ - ENABLE_INPUT_TYPE_WEEK=0 \ - ENABLE_INSPECTOR=1 \ - ENABLE_INSPECTOR_SERVER=1 \ -+ ENABLE_JIT=0 \ - ENABLE_JAVASCRIPT_DEBUGGER=1 \ - ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 \ - ENABLE_LEGACY_NOTIFICATIONS=1 \ |