From 616de458c60fb56b02e546b5afe213b24e9b1d16 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 5 Nov 2016 13:20:28 +0100 Subject: [PATCH] Disable building static Qt WebKit Building static Qt WebKit is not supported since Qt 4.7 --- qt5-webkit/mingw-w64/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-webkit/mingw-w64/PKGBUILD b/qt5-webkit/mingw-w64/PKGBUILD index b03664c6..08ddb6dd 100644 --- a/qt5-webkit/mingw-w64/PKGBUILD +++ b/qt5-webkit/mingw-w64/PKGBUILD @@ -16,7 +16,7 @@ _qt_module=qtwebkit pkgname=mingw-w64-qt5-webkit pkgver=5.7.0 -pkgrel=2 +pkgrel=3 arch=('any') pkgdesc="Classes for a WebKit2 based implementation and a new QML API (mingw-w64)" depends=('mingw-w64-qt5-declarative' @@ -66,6 +66,10 @@ md5sums=('9379b8829639645c184fa63532035098' '710d0631597b3fbb77246376f74fb2f9') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' + +# Disable building static version: building static Qt WebKit is not supported since Qt 4.7 +NO_STATIC_LIBS=true + [[ $NO_STATIC_LIBS ]] || \ makedepends+=('mingw-w64-qt5-base-static') \ optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \