fix build error

This commit is contained in:
gu-gu-gu 2020-03-18 21:51:13 +08:00
parent 1a4a435fdd
commit 2bc29008b9

View File

@ -6,7 +6,7 @@
Name: qt5-qtwebengine Name: qt5-qtwebengine
Version: 5.11.1 Version: 5.11.1
Release: 6 Release: 7
Summary: Qt5 - QtWebEngine components Summary: Qt5 - QtWebEngine components
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2) License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: http://www.qt.io URL: http://www.qt.io
@ -96,7 +96,7 @@ sed -i -e 's!\./!!g' src/3rdparty/chromium/third_party/angle/src/compiler/prepro
sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' src/3rdparty/chromium/build/toolchain/linux/BUILD.gn sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' src/3rdparty/chromium/build/toolchain/linux/BUILD.gn
cp -bv /usr/include/re2/*.h src/3rdparty/chromium/third_party/re2/src/re2/ cp -bv /usr/include/re2/*.h src/3rdparty/chromium/third_party/re2/src/re2/
cd src/3rdparty cd src/3rdparty
python chromium/tools/licenses.py --file-template ../../tools/about_credits.tmpl \ python2 chromium/tools/licenses.py --file-template ../../tools/about_credits.tmpl \
--entry-template ../../tools/about_credits_entry.tmpl credits >../webengine/doc/src/qtwebengine-3rdparty.qdoc --entry-template ../../tools/about_credits_entry.tmpl credits >../webengine/doc/src/qtwebengine-3rdparty.qdoc
cd - cd -
cp -p src/3rdparty/chromium/LICENSE LICENSE.Chromium cp -p src/3rdparty/chromium/LICENSE LICENSE.Chromium
@ -218,6 +218,9 @@ done
%{_qt5_examplesdir}/ %{_qt5_examplesdir}/
%changelog %changelog
* Wed Mar 18 2020 gulining <gulining1@huawei.com> - 5.11.1-7
- Fix build error
* Wed Mar 18 2020 yanglijin <yanglijin@huawei.com> - 5.11.1-6 * Wed Mar 18 2020 yanglijin <yanglijin@huawei.com> - 5.11.1-6
- Remove help package - Remove help package