commit:     90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  9 11:53:11 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 12:36:24 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=90c316e1

qt5-build.eclass: Add missing -no-feature-gssapi switch

Upstream commit 1a8f4a3c8fa30265e7f184373c738dbc3574663a

Bug: https://bugs.gentoo.org/716754
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/qt5-build.eclass | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to