From 157d7070b76cc4db175ef67270e7d01479f8fcfc Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Wed, 15 Jan 2020 06:18:56 +0800 Subject: [PATCH] add option -no-webkit --- qt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt.spec b/qt.spec index 53cab37..3968f68 100644 --- a/qt.spec +++ b/qt.spec @@ -13,7 +13,7 @@ Name: qt Epoch: 1 Version: 4.8.7 -Release: 45 +Release: 46 Summary: A software toolkit for developing applications License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT URL: http://qt-project.org/ @@ -169,7 +169,7 @@ export QTDIR=$PWD -platform %{platform} -no-rpath -gtkstyle -cups -shared -release -fontconfig -largefile -no-separate-debug-info \ -no-phonon -no-pch -sm -stl -glib -xkb -xshape -xinerama -xinput -xcursor -xfixes -xrandr -xrender -system-libmng \ -system-libjpeg -system-libtiff -system-zlib -icu -openssl-linked -xmlpatterns -dbus-linked -graphicssystem raster \ - -webkit -plugin-sql-ibase -plugin-sql-mysql -plugin-sql-psql -plugin-sql-odbc -plugin-sql-sqlite -plugin-sql-tds -system-sqlite + -webkit -plugin-sql-ibase -plugin-sql-mysql -plugin-sql-psql -plugin-sql-odbc -plugin-sql-sqlite -plugin-sql-tds -system-sqlite %{!?webkit:-no-webkit } make clean -C qmake %make_build -C qmake \ @@ -443,6 +443,9 @@ fi %{_qt4_prefix}/examples/ %changelog +* Wed Jan 15 2020 openEuler Buildteam - 1:4.8.7-46 +- add option %{!?webkit:-no-webkit } + * Wed Dec 25 2019 zhouyihang - 1:4.8.7-45 - Type:cves - ID:CVE-2018-19870 CVE-2018-19873 -- Gitee