summaryrefslogtreecommitdiff
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 23:36:27 +0200
commit8c4c99c3bfb908a0ecd63da0daf82f583197dee3 (patch)
tree41a205392e695a38e397c66b558dd095bfc95178
parentdev-qt/qtwebkit: Drop 5.212.0_pre20190629-r1 (diff)
downloadgentoo-8c4c99c3bfb908a0ecd63da0daf82f583197dee3.tar.gz
gentoo-8c4c99c3bfb908a0ecd63da0daf82f583197dee3.tar.bz2
gentoo-8c4c99c3bfb908a0ecd63da0daf82f583197dee3.zip
qt5-build.eclass: Add missing -no-feature-gssapi switch
Upstream commit 1a8f4a3c8fa30265e7f184373c738dbc3574663a Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-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 70e9be80c98f..b5d0b6428d9e 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