commit:     8c4c99c3bfb908a0ecd63da0daf82f583197dee3
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 21:36:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4c99c3

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

Upstream commit 1a8f4a3c8fa30265e7f184373c738dbc3574663a

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 70e9be80c98..b5d0b6428d9 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