projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
911e13a
)
qt5-build.eclass: Add missing -no-feature-gssapi switch
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 9 Apr 2020 11:53:11 +0000
(13:53 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 9 Apr 2020 21:36:27 +0000
(23:36 +0200)
Upstream commit
1a8f4a3c8fa30265e7f184373c738dbc3574663a
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/qt5-build.eclass
patch
|
blob
|
history
diff --git
a/eclass/qt5-build.eclass
b/eclass/qt5-build.eclass
index 70e9be80c98f2b3e35f8613936841d18b53ec32a..b5d0b6428d9e3424d8288147d343b6b90081bdd7 100644
(file)
--- 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