aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-09 13:53:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-09 14:36:24 +0200
commit90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2 (patch)
treec4472b6b49eee0a017d00e5fb5f42988b83dd97a /eclass
parentdev-qt/qtdeclarative: Fix double inclusion of CMake plugin targets (diff)
downloadqt-90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2.tar.gz
qt-90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2.tar.bz2
qt-90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2.zip
qt5-build.eclass: Add missing -no-feature-gssapi switch
Upstream commit 1a8f4a3c8fa30265e7f184373c738dbc3574663a Bug: https://bugs.gentoo.org/716754 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 70e9be80..b5d0b642 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -564,6 +564,7 @@ qt5_base_configure() {
-no-libpng -no-libjpeg
-no-freetype -no-harfbuzz
-no-openssl -no-libproxy
+ $([[ ${QT5_MINOR_VERSION} -ge 14 ]] && echo -no-feature-gssapi)
-no-xcb-xlib
# bug 672340