summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-12-21 08:45:25 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-12-30 09:45:24 +0200
commita7775491600c56b6b310bb844bca33231878706e (patch)
treeaef30f5a1d080f9c29db66363549fb3f1c23b8a8
parente701d8f0cdd65b66569feec89fe4dc8744923acd (diff)
downloadqt5-a7775491600c56b6b310bb844bca33231878706e.tar.gz
IFW: build with -no-feature-gssapi on Linux
Qt 5.14 added kerberos support which introduces new (unnecessary) dependencies to installer framework builds. Task-number: QTIFW-2919 Change-Id: I0d4188d7d4ea2cf604fb282e83dcbdbb602a900c Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
-rw-r--r--coin/platform_configs/installer-framework.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/installer-framework.yaml b/coin/platform_configs/installer-framework.yaml
index 31229f65..e531aaa8 100644
--- a/coin/platform_configs/installer-framework.yaml
+++ b/coin/platform_configs/installer-framework.yaml
@@ -21,7 +21,7 @@ Configurations:
Template: 'qtci-linux-RHEL-7.6-x86_64'
Compiler: 'GCC'
Features: ['Packaging']
- Configure arguments: '-opensource -confirm-license -verbose -nomake examples -nomake tests -accessibility -static -release -no-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -no-cups -openssl-linked -xcb -bundled-xcb-xinput -no-icu -no-libudev -qt-pcre -no-glib -no-egl -no-sm -qt-harfbuzz -prefix /home/qt/work/install OPENSSL_LIBS="{{.Env.OPENSSL_HOME}}/lib/libssl.a {{.Env.OPENSSL_HOME}}/lib/libcrypto.a -ldl -lpthread" -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/libs'
+ Configure arguments: '-opensource -confirm-license -verbose -nomake examples -nomake tests -accessibility -static -release -no-sql-sqlite -no-feature-gssapi -qt-zlib -qt-libpng -qt-libjpeg -no-cups -openssl-linked -xcb -bundled-xcb-xinput -no-icu -no-libudev -qt-pcre -no-glib -no-egl -no-sm -qt-harfbuzz -prefix /home/qt/work/install OPENSSL_LIBS="{{.Env.OPENSSL_HOME}}/lib/libssl.a {{.Env.OPENSSL_HOME}}/lib/libcrypto.a -ldl -lpthread" -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/libs'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Compiler: 'GCC'