From 251726037de590ba2c11e96864dc013eafd02afe Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Thu, 16 Nov 2017 14:25:54 +0100 Subject: [PATCH] Explicitly force use_system_re2, the autodetection does not work on F25 --- qt5-qtwebengine.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 6b8c433..f4a06d2 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -407,7 +407,7 @@ mkdir %{_target_platform} pushd %{_target_platform} %{qmake_qt5} CONFIG+="%{debug_config}" \ - WEBENGINE_CONFIG+="use_system_icu use_spellchecker" .. + WEBENGINE_CONFIG+="use_system_icu use_system_re2 use_spellchecker" .. make %{?_smp_mflags} @@ -569,6 +569,7 @@ done QtWebEngine now auto-detects and uses the system re2 out of the box - Drop system-re2 patch (patching the no longer used unbundle/re2.gn), the QtWebEngine re2/BUILD.gn is already correct +- Explicitly force use_system_re2, the autodetection does not work on F25 * Tue Oct 10 2017 Rex Dieter - 5.9.2-1 - Update to 5.9.2