commit 01473c9ddbb3504ec4245c99707f020e19561baf
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Mon Jan 24 01:12:51 2022 +0100
Remove bogus aarch64 no-jumbo-build hack.
The sed no longer applies, the search string is nowhere to be found in
src/core/config/common.pri. And it looks like the (jumbo-enabled) build
is passing anyway, so try just omitting this (RPM-Fusion-only) snippet
(reducing the delta from Fedora further).
qt5-qtwebengine-freeworld.spec | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index f7b2d2d..85a5fec 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -389,10 +389,6 @@ cp -bv /usr/include/re2/*.h
src/3rdparty/chromium/third_party/re2/src/re2/
sed -i -e 's/symbol_level=1/symbol_level=2/g' src/core/config/common.pri
%endif
-%ifarch aarch64
-sed -i -e 's/use_jumbo_build=true/use_jumbo_build=false/g'
src/core/config/common.pri
-%endif
-
# generate qtwebengine-3rdparty.qdoc, it is missing from the tarball
pushd src/3rdparty
%{__python2} chromium/tools/licenses.py \
Show replies by date